| Methods in fr.umlv.tatoo.runtime.lexer that return Lexer |
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)
Creates a new lexer process with default error handling. |
static
|
Lexer.createLexer(B buffer,
LexerListener<R,? super B> listener,
RuleActivator<R> activator,
ErrorHandler<? super B> errorHandler)
Creates a new lexer process. |
static
|
Lexer.createLexer(E buffer,
LexerListener<R,? super E> listener,
R[] rules)
Creates a new lexer process with a fix set of active rules and a default
error handler. |