Uses of Class
sddl.syntax.node.TFunKwd

Packages that use TFunKwd
sddl.syntax.analysis   
sddl.syntax.node   
 

Uses of TFunKwd in sddl.syntax.analysis
 

Methods in sddl.syntax.analysis with parameters of type TFunKwd
 void AnalysisAdapter.caseTFunKwd(TFunKwd node)
           
 void Analysis.caseTFunKwd(TFunKwd node)
           
 

Uses of TFunKwd in sddl.syntax.node
 

Methods in sddl.syntax.node that return TFunKwd
 TFunKwd AFunction.getFunKwd()
           
 

Methods in sddl.syntax.node with parameters of type TFunKwd
 void AFunction.setFunKwd(TFunKwd node)
           
 

Constructors in sddl.syntax.node with parameters of type TFunKwd
AFunction(TFunKwd _funKwd_, TId _id_, TLPar _lPar_, PIdList _idList_, TRPar _rPar_, TLBr _lBr_, java.util.List<PStm> _stms_, TRBr _rBr_)