Class TokenBase

  • Direct Known Subclasses:
    Token

    abstract class TokenBase
    extends java.lang.Object
    Base class for the generated Token
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) JavaToken javaToken
      This is the link to the token that JavaParser presents to the user
      (package private) int realKind
      For tracking the >> >>> ambiguity.
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenBase()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • realKind

        int realKind
        For tracking the >> >>> ambiguity.
      • javaToken

        JavaToken javaToken
        This is the link to the token that JavaParser presents to the user
    • Constructor Detail

      • TokenBase

        TokenBase()