Uses of Class
sddl.syntax.node.TGetKwd

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

Uses of TGetKwd in sddl.syntax.analysis
 

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

Uses of TGetKwd in sddl.syntax.node
 

Methods in sddl.syntax.node that return TGetKwd
 TGetKwd AGetLeftUnaryExp.getGetKwd()
           
 

Methods in sddl.syntax.node with parameters of type TGetKwd
 void AGetLeftUnaryExp.setGetKwd(TGetKwd node)
           
 

Constructors in sddl.syntax.node with parameters of type TGetKwd
AGetLeftUnaryExp(TGetKwd _getKwd_, TId _id_, TFromKwd _fromKwd_, PLeftUnaryExp _leftUnaryExp_)