Uses of Class
fr.umlv.tatoo.runtime.lexer.ForwardReturn

Packages that use ForwardReturn
fr.umlv.tatoo.runtime.lexer   
fr.umlv.tatoo.runtime.tools   
 

Uses of ForwardReturn in fr.umlv.tatoo.runtime.lexer
 

Methods in fr.umlv.tatoo.runtime.lexer that return ForwardReturn
 ForwardReturn ErrorForwarder.forwardUnexpectedCharacter(Lexer<B> buffer)
          Forwards unexpected character found during the lexing process.
 ForwardReturn DefaultErrorForwarder.forwardUnexpectedCharacter(Lexer<B> lexer)
           
static ForwardReturn ForwardReturn.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ForwardReturn[] ForwardReturn.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ForwardReturn in fr.umlv.tatoo.runtime.tools
 

Methods in fr.umlv.tatoo.runtime.tools that return ForwardReturn
 ForwardReturn ParserForwarder.forwardUnexpectedCharacter(Lexer<B> lexer)
          Forwards unexpected character found during the lexing process.