Class TokenStackElement

  • All Implemented Interfaces:
    java.io.Serializable

    class TokenStackElement
    extends java.lang.Object
    implements java.io.Serializable
    Internal token class which is used with stack while evaluation of tokens levels
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • serialVersionUID

        private static final long serialVersionUID
      • tokenIndex

        int tokenIndex
      • tokenId

        int tokenId
      • tokenTypeId

        int tokenTypeId
      • tokenLevel

        int tokenLevel
      • precedingFunction

        boolean precedingFunction
    • Constructor Detail

      • TokenStackElement

        TokenStackElement()