Uses of Class
org.mariuszgromada.math.mxparser.parsertokens.Token
Buy me a cup of coffee via donation

or support me purchasing the license via ORDER Page , or INFIMA online store

Packages that use Token
-
Uses of Token in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return types with arguments of type TokenModifier and TypeMethodDescriptionExpression.getCopyOfInitialTokens()
Tokenizes expression string and returns tokens list, including: string, type, level.Method parameters in org.mariuszgromada.math.mxparser with type arguments of type TokenModifier and TypeMethodDescriptionstatic void
mXparser.consolePrint
(List<Token> tokens) Prints tokens to the console.static void
mXparser.consolePrintln
(List<Token> tokens) Prints tokens to the console.static void
mXparser.consolePrintTokens
(List<Token> tokens) Prints tokens to the console. -
Uses of Token in org.mariuszgromada.math.mxparser.parsertokens
Methods in org.mariuszgromada.math.mxparser.parsertokens that return TokenModifier and TypeMethodDescriptionToken.clone()
static Token
Token cloning.static Token
Token.makeMultiplyToken()
Creates token representing multiplication operator.Methods in org.mariuszgromada.math.mxparser.parsertokens with parameters of type TokenModifier and TypeMethodDescriptionstatic Token
Token cloning.static boolean
Token.isBinaryOperator
(Token token) Verification if the token is a binary operator.static boolean
Token.isIdentifier
(Token token) Verification if the token is an identifier.static boolean
Token.isLeftParenthesis
(Token token) Verification if the token is a left parenthesis.static boolean
Verification if the token is a number.static boolean
Token.isParameterSeparator
(Token token) Verification if the token is a parameter separator.static boolean
Token.isRightParenthesis
(Token token) Verification if the token is a right parenthesis.static boolean
Token.isSpecialTokenName
(Token token) Verification if the token is represented by a special name in the form [...].static boolean
Token.isUnaryLeftOperator
(Token token) Verification if the token is a left unary operator.static boolean
Token.isUnaryRightOperator
(Token token) Verification if the token is a right unary operator.static boolean
Token.isUnicodeRootOperator
(Token token) Verification if the token represents unicode root operator