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

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

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

Classes in fr.umlv.tatoo.runtime.lexer that implement LexerErrorRecoveryPolicy
 class DefaultLexerErrorRecoveryPolicy<R,B extends LexerBuffer>
           
 class NoLexerErrorRecoveryPolicy<R,B extends LexerBuffer>
           
 

Methods in fr.umlv.tatoo.runtime.lexer that return LexerErrorRecoveryPolicy
abstract  LexerErrorRecoveryPolicy<?,?> Lexer.getLexerErrorRecoveryPolicy()
          Returns the LexerErrorRecoveryPolicy used by this lexer
 LexerErrorRecoveryPolicy<R,B> Lexer.LexerImpl.getLexerErrorRecoveryPolicy()
          Returns the LexerErrorRecoveryPolicy used by this lexer
 

Methods in fr.umlv.tatoo.runtime.lexer with parameters of type LexerErrorRecoveryPolicy
static
<R,B extends LexerBuffer>
Lexer<B>
Lexer.createLexer(LexerTable<R> lexerTable, B buffer, LexerListener<? super R,? super B> listener, RuleActivator<R> activator, LifecycleHandler<B> lifecycleHandler, LexerErrorRecoveryPolicy<R,B> policy)
          Creates a new lexer process.
 

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

Methods in fr.umlv.tatoo.runtime.tools.builder that return LexerErrorRecoveryPolicy
protected  LexerErrorRecoveryPolicy<R,B> LexerBuilder.createDefaultPolicy(ErrorForwarder<B> forwarder)
           
 LexerErrorRecoveryPolicy<R,B> ToolsBuilder.getLexerErrorPolicy()
           
 LexerErrorRecoveryPolicy<R,B> LexerBuilder.getLexerErrorPolicy()
           
 

Methods in fr.umlv.tatoo.runtime.tools.builder with parameters of type LexerErrorRecoveryPolicy
 S ToolsBuilder.setLexerErrorPolicy(LexerErrorRecoveryPolicy<R,B> policy)
           
 void LexerBuilder.setLexerErrorPolicy(LexerErrorRecoveryPolicy<R,B> policy)