| Package | Description |
|---|---|
| to.etc.lexer |
| Modifier and Type | Method and Description |
|---|---|
LexerToken |
LexerToken.dup() |
LexerToken |
TextTokenizerBase.popToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
LexerToken.assignFrom(LexerToken t) |
int |
TextTokenizerBase.nextToken(LexerToken t)
Checks if the token queue contains tokens, and if so returns the topmost one.
|
void |
TextTokenizerBase.pushToken(LexerToken t)
Push the specified token into the token queue.
|
void |
TextTokenizerBase.pushTokenCopy(LexerToken t) |
Copyright © 2017 etc.to. All rights reserved.