Uses of Class
sddl.syntax.node.TPrimitiveKwd

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

Uses of TPrimitiveKwd in sddl.syntax.analysis
 

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

Uses of TPrimitiveKwd in sddl.syntax.node
 

Methods in sddl.syntax.node that return TPrimitiveKwd
 TPrimitiveKwd APrimitive.getPrimitiveKwd()
           
 

Methods in sddl.syntax.node with parameters of type TPrimitiveKwd
 void APrimitive.setPrimitiveKwd(TPrimitiveKwd node)
           
 

Constructors in sddl.syntax.node with parameters of type TPrimitiveKwd
APrimitive(TPrimitiveKwd _primitiveKwd_, TStaticKwd _staticKwd_, TId _id_, TString _className_, TString _funcName_, PSignature _signature_, TSc _sc_)