|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 with parameters of type LexerErrorRecoveryPolicy | |
|---|---|
Builder.ExpertLexerBuilder<R,B> |
Builder.ExpertLexerBuilder.errorPolicy(LexerErrorRecoveryPolicy<R,B> errorPolicy)
Set a pluggable error recovery policy. |
Builder.ExpertAnalyzerBuilder<R,B,T,N,P,V> |
Builder.ExpertAnalyzerBuilder.lexerErrorPolicy(LexerErrorRecoveryPolicy<R,B> lexerErrorPolicy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||