Class TokenStackElement
java.lang.Object
org.mariuszgromada.math.mxparser.TokenStackElement
- All Implemented Interfaces:
Serializable
Internal token class
which is used with stack while
evaluation of tokens levels
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanprivate static final intprivate static final long(package private) int(package private) int(package private) int(package private) int -
Constructor Summary
Constructors -
Method Summary
-
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()
-