| Package | Description |
|---|---|
| net.sf.eBus.text |
TokenLexer takes a given input and
returns a series of analyzed tokens. |
| Modifier and Type | Method and Description |
|---|---|
TokenLexer.LexMode |
TokenLexer.mode()
Returns the current lexer mode.
|
static TokenLexer.LexMode |
TokenLexer.LexMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenLexer.LexMode[] |
TokenLexer.LexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.