|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LexerTable | |
|---|---|
| fr.umlv.tatoo.runtime.lexer | |
| fr.umlv.tatoo.runtime.lexer.rules | |
| fr.umlv.tatoo.runtime.tools.builder | |
| Uses of LexerTable in fr.umlv.tatoo.runtime.lexer |
|---|
| Methods in fr.umlv.tatoo.runtime.lexer that return LexerTable | |
|---|---|
LexerTable<R> |
Tokenizer.getLexerTable()
Returns the rule tables for this process |
| Methods in fr.umlv.tatoo.runtime.lexer with parameters of type LexerTable | ||
|---|---|---|
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. |
|
static
|
Scanner.createScanner(LexerTable<R> lexerTable,
B buffer,
RuleActivator<? extends R> activator)
|
|
static
|
Tokenizer.createTokenizer(LexerTable<R> lexerTable,
B buffer)
Creates a tokenizer that extracts character from a buffer and matches them against rules. |
|
static
|
Tokenizer.createTokenizer(LexerTable<R> lexerTable,
B buffer,
R... blanks)
Creates a scanner that extracts character from a buffer and matches them against rules. |
|
| Uses of LexerTable in fr.umlv.tatoo.runtime.lexer.rules |
|---|
| Methods in fr.umlv.tatoo.runtime.lexer.rules that return LexerTable | |
|---|---|
LexerTable<R> |
ActionProcessor.getLexerTable()
Returns the rule tables for this process |
| Constructors in fr.umlv.tatoo.runtime.lexer.rules with parameters of type LexerTable | |
|---|---|
ActionProcessor(LexerTable<R> lexerTable)
Creates a new lexer process. |
|
| Uses of LexerTable in fr.umlv.tatoo.runtime.tools.builder |
|---|
| Methods in fr.umlv.tatoo.runtime.tools.builder with parameters of type LexerTable | ||
|---|---|---|
static
|
Builder.analyzer(LexerTable<R> lexerTable,
ParserTable<T,N,P,V> parserTable,
ToolsTable<R,T> toolsTable)
|
|
static
|
Builder.lexer(LexerTable<R> lexerTable)
Creates a lexer builder from a lexer table. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||