Class TokenStackElement

java.lang.Object
org.mariuszgromada.math.mxparser.TokenStackElement
All Implemented Interfaces:
Serializable

class TokenStackElement extends Object implements Serializable
Internal token class which is used with stack while evaluation of tokens levels
  • Field Details

    • serialClassID

      private static final int serialClassID
      See Also:
    • serialVersionUID

      private static final long serialVersionUID
    • tokenIndex

      int tokenIndex
    • tokenId

      int tokenId
    • tokenTypeId

      int tokenTypeId
    • tokenLevel

      int tokenLevel
    • precedingFunction

      boolean precedingFunction
  • Constructor Details

    • TokenStackElement

      TokenStackElement()