Uses of Interface
fr.umlv.tatoo.runtime.lexer.LexerErrorForwarder

Packages that use LexerErrorForwarder
fr.umlv.tatoo.runtime.lexer   
fr.umlv.tatoo.runtime.tools   
fr.umlv.tatoo.runtime.tools.builder   
 

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

Classes in fr.umlv.tatoo.runtime.lexer that implement LexerErrorForwarder
 class DefaultLexerErrorForwarder<B extends LexerBuffer>
          This implementation that does nothing.
 

Constructors in fr.umlv.tatoo.runtime.lexer with parameters of type LexerErrorForwarder
DefaultLexerErrorRecoveryPolicy(LexerErrorForwarder<B> errorForwarder, LexerWarningReporter<B> warningReporter)
           
 

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

Classes in fr.umlv.tatoo.runtime.tools that implement LexerErrorForwarder
 class ParserForwarder<T,B extends LexerBuffer>
          This class implements a lexer error forwarder and a lexer lifecycle handler.
 

Uses of LexerErrorForwarder in fr.umlv.tatoo.runtime.tools.builder
 

Methods in fr.umlv.tatoo.runtime.tools.builder with parameters of type LexerErrorForwarder
 Builder.ExpertLexerBuilder<R,B> Builder.ExpertLexerBuilder.defaultErrorPolicy(LexerErrorForwarder<B> forwarder, LexerWarningReporter<B> lexerWarningReporter)
          Configures the lexer error recovery policy with the default policy.