Uses of Class
org.sablecc.sablecc.node.PAltTransform

Packages that use PAltTransform
org.sablecc.sablecc.node   
 

Uses of PAltTransform in org.sablecc.sablecc.node
 

Subclasses of PAltTransform in org.sablecc.sablecc.node
 class AAltTransform
           
 

Fields in org.sablecc.sablecc.node declared as PAltTransform
private  PAltTransform AAlt._altTransform_
           
 

Methods in org.sablecc.sablecc.node that return PAltTransform
 PAltTransform AAlt.getAltTransform()
           
 

Methods in org.sablecc.sablecc.node with parameters of type PAltTransform
 void AAlt.setAltTransform(PAltTransform node)
           
 

Constructors in org.sablecc.sablecc.node with parameters of type PAltTransform
AAlt(TId _altName_, java.util.List _elems_, PAltTransform _altTransform_)