Class Token
java.lang.Object
org.mariuszgromada.math.mxparser.parsertokens.Token
Token recognized by mXparser after string tokenization process.
- Version:
- 4.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionKey word string (if matched)If token was not matched then looksLike functionality is trying asses the kind of tokenstatic final int
Indicator that token was not matchedint
Token identifierint
Token levelString tokenint
Token typedouble
Token value if number -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOT_MATCHED
public static final int NOT_MATCHEDIndicator that token was not matched- See Also:
-
tokenStr
String token -
keyWord
Key word string (if matched) -
tokenId
public int tokenIdToken identifier -
tokenTypeId
public int tokenTypeIdToken type -
tokenLevel
public int tokenLevelToken level -
tokenValue
public double tokenValueToken value if number -
looksLike
If token was not matched then looksLike functionality is trying asses the kind of token
-
-
Constructor Details
-
Token
public Token()Default constructor
-
-
Method Details