Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • source

        public final org.antlr.runtime.TokenSource source
      • lastParentToken

        public org.antlr.runtime.Token lastParentToken
        The latest token of the parent stream.
    • Constructor Detail

      • TokenSourceEntry

        public TokenSourceEntry​(org.antlr.runtime.TokenSource source)