public static class TokenSourceStack.TokenSourceEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.antlr.runtime.Token |
lastParentToken
The latest token of the parent stream.
|
org.antlr.runtime.TokenSource |
source |
| Constructor and Description |
|---|
TokenSourceStack.TokenSourceEntry(org.antlr.runtime.TokenSource source) |