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

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

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

Methods in fr.umlv.tatoo.runtime.lexer that return DFA.ReturnCode
 DFA.ReturnCode DFA.step(char 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're declared.