Uses of Class
org.sablecc.sablecc.node.XPElem

Packages that use XPElem
org.sablecc.sablecc.node   
 

Uses of XPElem in org.sablecc.sablecc.node
 

Subclasses of XPElem in org.sablecc.sablecc.node
 class X1PElem
           
 class X2PElem
           
 

Fields in org.sablecc.sablecc.node declared as XPElem
private  XPElem X1PElem._xPElem_
           
 

Methods in org.sablecc.sablecc.node that return XPElem
 XPElem X1PElem.getXPElem()
           
 

Methods in org.sablecc.sablecc.node with parameters of type XPElem
 void X1PElem.setXPElem(XPElem node)
           
 

Constructors in org.sablecc.sablecc.node with parameters of type XPElem
AIgnoredAlt(TLPar _lPar_, PAltName _altName_, XPElem _elems_, TRPar _rPar_)
           
AParsedAlt(PAltName _altName_, XPElem _elems_)
           
X1PElem(XPElem _xPElem_, PElem _pElem_)