Uses of Class
org.sablecc.sablecc.node.TProductions

Packages that use TProductions
org.sablecc.sablecc.analysis   
org.sablecc.sablecc.node   
org.sablecc.sablecc.parser   
 

Uses of TProductions in org.sablecc.sablecc.analysis
 

Methods in org.sablecc.sablecc.analysis with parameters of type TProductions
 void AnalysisAdapter.caseTProductions(TProductions node)
           
 void Analysis.caseTProductions(TProductions node)
           
 

Uses of TProductions in org.sablecc.sablecc.node
 

Fields in org.sablecc.sablecc.node declared as TProductions
private  TProductions AProductions._productions_
           
 

Methods in org.sablecc.sablecc.node that return TProductions
 TProductions AProductions.getProductions()
           
 

Methods in org.sablecc.sablecc.node with parameters of type TProductions
 void AProductions.setProductions(TProductions node)
           
 

Constructors in org.sablecc.sablecc.node with parameters of type TProductions
AProductions(TProductions _productions_, java.util.List _prods_)
           
AProductions(TProductions _productions_, XPProd _prods_)
           
 

Uses of TProductions in org.sablecc.sablecc.parser
 

Methods in org.sablecc.sablecc.parser with parameters of type TProductions
 void TokenIndex.caseTProductions(TProductions node)