public class TokenStream extends Object
| Constructor and Description |
|---|
TokenStream(String sourceName,
String input,
String splitStart,
String splitEnd) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume() |
Token |
currentToken() |
List<Token> |
getAllTokens() |
Token |
nextToken() |
void |
prefill() |
void |
reset() |
void |
rewind(Token tokenToRewindTo) |
Copyright © 2017. All rights reserved.