|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorHandler | |
|---|---|
| fr.umlv.tatoo.runtime.lexer | |
| Uses of ErrorHandler in fr.umlv.tatoo.runtime.lexer |
|---|
| Classes in fr.umlv.tatoo.runtime.lexer that implement ErrorHandler | |
|---|---|
class |
DefaultErrorHandler
A DefaultErrorHandler retreive the error context from the
buffer and throws an exception containing the string representation of this
context. |
| Methods in fr.umlv.tatoo.runtime.lexer with parameters of type ErrorHandler | ||
|---|---|---|
static
|
Lexer.createLexer(B buffer,
LexerListener<R,? super B> listener,
R[] rules,
ErrorHandler<? super B> errorHandler)
Creates a new lexer process with a fix set of active rules. |
|
static
|
Lexer.createLexer(B buffer,
LexerListener<R,? super B> listener,
RuleActivator<R> activator,
ErrorHandler<? super B> errorHandler)
Creates a new lexer process. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||