Uses of Class
fr.umlv.tatoo.runtime.lexer.rules.DFA.ReturnCode

Packages that use DFA.ReturnCode
fr.umlv.tatoo.runtime.lexer.rules   
 

Uses of DFA.ReturnCode in fr.umlv.tatoo.runtime.lexer.rules
 

Methods in fr.umlv.tatoo.runtime.lexer.rules that return DFA.ReturnCode
 DFA.ReturnCode DFA.step(int a)
          Follows the transition from the current state with the letter a.
static DFA.ReturnCode DFA.ReturnCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DFA.ReturnCode[] DFA.ReturnCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.