Package org.mariuszgromada.math.mxparser
Class TokenStackElement
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.TokenStackElement
-
- All Implemented Interfaces:
java.io.Serializable
class TokenStackElement extends java.lang.Object implements java.io.SerializableInternal token class which is used with stack while evaluation of tokens levels
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanprecedingFunctionprivate static intserialClassIDprivate static longserialVersionUID(package private) inttokenId(package private) inttokenIndex(package private) inttokenLevel(package private) inttokenTypeId
-
Constructor Summary
Constructors Constructor Description TokenStackElement()
-
-
-
Field Detail
-
serialClassID
private static final int serialClassID
- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
-
tokenIndex
int tokenIndex
-
tokenId
int tokenId
-
tokenTypeId
int tokenTypeId
-
tokenLevel
int tokenLevel
-
precedingFunction
boolean precedingFunction
-
-