Uses of Class
org.mariuszgromada.math.mxparser.parsertokens.Token
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 voidmXparser.consolePrint(List<Token> tokens) Prints tokens to the console.static voidmXparser.consolePrintln(List<Token> tokens) Prints tokens to the console.static voidmXparser.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 TokenToken cloning.static TokenToken.makeMultiplyToken()Creates token representing multiplication operator.Methods in org.mariuszgromada.math.mxparser.parsertokens with parameters of type TokenModifier and TypeMethodDescriptionstatic TokenToken cloning.static booleanToken.isBinaryOperator(Token token) Verification if the token is a binary operator.static booleanToken.isIdentifier(Token token) Verification if the token is an identifier.static booleanToken.isLeftParenthesis(Token token) Verification if the token is a left parenthesis.static booleanVerification if the token is a number.static booleanToken.isParameterSeparator(Token token) Verification if the token is a parameter separator.static booleanToken.isRightParenthesis(Token token) Verification if the token is a right parenthesis.static booleanToken.isSpecialTokenName(Token token) Verification if the token is represented by a special name in the form [...].static booleanToken.isUnaryLeftOperator(Token token) Verification if the token is a left unary operator.static booleanToken.isUnaryRightOperator(Token token) Verification if the token is a right unary operator.static booleanToken.isUnicodeRootOperator(Token token) Verification if the token represents unicode root operator