Uses of Class
inpro.irmrsc.simplepcfg.Production

Packages that use Production
inpro.irmrsc.parser   
inpro.irmrsc.simplepcfg   
 

Uses of Production in inpro.irmrsc.parser
 

Methods in inpro.irmrsc.parser with parameters of type Production
 CandidateAnalysis CandidateAnalysis.expand(Production p)
          The 'predict' parsing action: The top stack element is popped and the symbols on the righthandside of the predicte rule are pushed onto the stack.
 

Uses of Production in inpro.irmrsc.simplepcfg
 

Fields in inpro.irmrsc.simplepcfg with type parameters of type Production
private  java.util.Map<java.lang.String,Production> Grammar.mProductions
           
 

Methods in inpro.irmrsc.simplepcfg that return Production
 Production Grammar.getProduction(java.lang.String id)
           
 

Methods in inpro.irmrsc.simplepcfg with parameters of type Production
 void Grammar.addProduction(java.lang.String id, Production p)
          adds a new production to the grammar.