Class Token


  • class Token
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Token()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • next

        public Token next
      • tokenId

        public int tokenId
      • longValue

        public long longValue
      • doubleValue

        public double doubleValue
      • textValue

        public java.lang.String textValue
    • Constructor Detail

      • Token

        Token()