fr.umlv.tatoo.cc.parser.lr
Class LRGrammarAugmenter

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.table.GrammarAugmenter
      extended by fr.umlv.tatoo.cc.parser.lr.LRGrammarAugmenter

public class LRGrammarAugmenter
extends GrammarAugmenter


Constructor Summary
LRGrammarAugmenter()
           
 
Method Summary
 ProductionDecl getAugmentingProduction(NonTerminalDecl start, TerminalDecl eof)
           
 
Methods inherited from class fr.umlv.tatoo.cc.parser.table.GrammarAugmenter
buildGrammar, getNewRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRGrammarAugmenter

public LRGrammarAugmenter()
Method Detail

getAugmentingProduction

public ProductionDecl getAugmentingProduction(NonTerminalDecl start,
                                              TerminalDecl eof)
Specified by:
getAugmentingProduction in class GrammarAugmenter