fr.umlv.tatoo.cc.lexer.main
Class LexerDataKeys

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.main.LexerDataKeys

public class LexerDataKeys
extends Object


Field Summary
static ExtensionBus.DataKey<LexerMap.Switch> lexerMapSwitch
           
static ExtensionBus.DataKey<LexerMap.Table> lexerMapTable
           
static ExtensionBus.DataKey<RuleFactory> ruleFactory
           
 
Constructor Summary
LexerDataKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleFactory

public static final ExtensionBus.DataKey<RuleFactory> ruleFactory

lexerMapTable

public static final ExtensionBus.DataKey<LexerMap.Table> lexerMapTable

lexerMapSwitch

public static final ExtensionBus.DataKey<LexerMap.Switch> lexerMapSwitch
Constructor Detail

LexerDataKeys

public LexerDataKeys()