| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2.token |
| Modifier and Type | Method and Description |
|---|---|
Pp2Token |
Pp2TokenStream.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Pp2Token> |
Pp2TokenStream.iterator() |
List<Pp2Token> |
Pp2TokenStream.toReadOnlyList()
Unmodifiable view of the underlying token list.
|
| Modifier and Type | Method and Description |
|---|---|
static Pp2TokenStream |
Pp2TokenStream.ofTokens(List<Pp2Token> tokens)
Build a stream from a previously-prepared list of
Pp2Tokens. |