Uses of Class
org.sablecc.sablecc.node.PAlts

Packages that use PAlts
org.sablecc.sablecc.node   
 

Uses of PAlts in org.sablecc.sablecc.node
 

Subclasses of PAlts in org.sablecc.sablecc.node
 class AAlts
           
 

Fields in org.sablecc.sablecc.node declared as PAlts
private  PAlts AProd._alts_
           
 

Methods in org.sablecc.sablecc.node that return PAlts
 PAlts AProd.getAlts()
           
 

Methods in org.sablecc.sablecc.node with parameters of type PAlts
 void AProd.setAlts(PAlts node)
           
 

Constructors in org.sablecc.sablecc.node with parameters of type PAlts
AProd(TId _id_, TEqual _equal_, PAlts _alts_, TSemicolon _semicolon_)