Package ru.ispras.verilog.parser.util
Class TokenSourceStack.TokenSourceEntry
- java.lang.Object
-
- ru.ispras.verilog.parser.util.TokenSourceStack.TokenSourceEntry
-
- Enclosing class:
- TokenSourceStack
public static class TokenSourceStack.TokenSourceEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.antlr.runtime.Token
lastParentToken
The latest token of the parent stream.org.antlr.runtime.TokenSource
source
-
Constructor Summary
Constructors Constructor Description TokenSourceEntry(org.antlr.runtime.TokenSource source)
-