Uses of Class
sddl.syntax.node.TStaticKwd

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

Uses of TStaticKwd in sddl.syntax.analysis
 

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

Uses of TStaticKwd in sddl.syntax.node
 

Methods in sddl.syntax.node that return TStaticKwd
 TStaticKwd APrimitive.getStaticKwd()
           
 

Methods in sddl.syntax.node with parameters of type TStaticKwd
 void APrimitive.setStaticKwd(TStaticKwd node)
           
 

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