fr.umlv.tatoo.cc.lexer.lexer
Class LexerMap.Table

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.lexer.LexerMap<TableAutomata>
      extended by fr.umlv.tatoo.cc.lexer.lexer.LexerMap.Table
Enclosing class:
LexerMap<A>

public static class LexerMap.Table
extends LexerMap<TableAutomata>


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.umlv.tatoo.cc.lexer.lexer.LexerMap
LexerMap.Switch, LexerMap.Table
 
Method Summary
static LexerMap.Table create(Collection<RuleDecl> rules, Encoding encoding)
           
 
Methods inherited from class fr.umlv.tatoo.cc.lexer.lexer.LexerMap
getAutomataMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static LexerMap.Table create(Collection<RuleDecl> rules,
                                    Encoding encoding)