fr.umlv.tatoo.cc.lexer.lexer
Class LexerMap<A>

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.lexer.LexerMap<A>
Direct Known Subclasses:
LexerMap.Switch, LexerMap.Table

public abstract class LexerMap<A>
extends Object


Nested Class Summary
static class LexerMap.Switch
           
static class LexerMap.Table
           
 
Method Summary
 Map<RuleDecl,A> getAutomataMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAutomataMap

public Map<RuleDecl,A> getAutomataMap()