Uses of Class
sddl.syntax.node.TOrKwd

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

Uses of TOrKwd in sddl.syntax.analysis
 

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

Uses of TOrKwd in sddl.syntax.node
 

Methods in sddl.syntax.node that return TOrKwd
 TOrKwd AOrExp.getOrKwd()
           
 

Methods in sddl.syntax.node with parameters of type TOrKwd
 void AOrExp.setOrKwd(TOrKwd node)
           
 

Constructors in sddl.syntax.node with parameters of type TOrKwd
AOrExp(PExp _exp_, TOrKwd _orKwd_, PAndExp _andExp_)