fr.umlv.tatoo.cc.parser.slr
Class SLRGrammarAugmenter

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.table.GrammarAugmenter
      extended by fr.umlv.tatoo.cc.parser.slr.SLRGrammarAugmenter

public class SLRGrammarAugmenter
extends GrammarAugmenter


Constructor Summary
SLRGrammarAugmenter()
           
 
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

SLRGrammarAugmenter

public SLRGrammarAugmenter()
Method Detail

getAugmentingProduction

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