fr.umlv.tatoo.cc.lexer.lexer
Class TableAutomata

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.lexer.TableAutomata

public class TableAutomata
extends Object


Constructor Summary
TableAutomata(AutomatonDecl main, AutomatonDecl follow)
           
 
Method Summary
 AutomatonDecl getFollowAutomaton()
           
 AutomatonDecl getMainAutomaton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableAutomata

public TableAutomata(AutomatonDecl main,
                     AutomatonDecl follow)
Method Detail

getMainAutomaton

public AutomatonDecl getMainAutomaton()

getFollowAutomaton

public AutomatonDecl getFollowAutomaton()