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

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

public static class LexerMap.Switch
extends LexerMap<SwitchAutomata>


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.umlv.tatoo.cc.lexer.lexer.LexerMap
LexerMap.Switch, LexerMap.Table
 
Method Summary
static LexerMap.Switch 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.Switch create(Collection<RuleDecl> rules,
                                     Encoding encoding)