Uses of Class
sddl.syntax.node.PObjectList

Packages that use PObjectList
sddl.syntax.node   
 

Uses of PObjectList in sddl.syntax.node
 

Subclasses of PObjectList in sddl.syntax.node
 class AObjectList
           
 

Methods in sddl.syntax.node that return PObjectList
 PObjectList AListTerm.getObjectList()
           
 

Methods in sddl.syntax.node with parameters of type PObjectList
 void AListTerm.setObjectList(PObjectList node)
           
 

Constructors in sddl.syntax.node with parameters of type PObjectList
AListTerm(TLCr _lCr_, PObjectList _objectList_, TRCr _rCr_)