Uses of Class
com.github.gbenroscience.parser.MathExpression.Token
Packages that use MathExpression.Token
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of MathExpression.Token in com.github.gbenroscience.parser
Methods in com.github.gbenroscience.parser that return MathExpression.Token -
Uses of MathExpression.Token in com.github.gbenroscience.parser.turbo
Methods in com.github.gbenroscience.parser.turbo with parameters of type MathExpression.TokenModifier and TypeMethodDescriptionstatic FastExpressionTurboCompiler.compile(MathExpression.Token[] postfix, MathExpression.VariableRegistry registry) Compile a postfix token array to a FastExpression. -
Uses of MathExpression.Token in com.github.gbenroscience.parser.turbo.tools
Methods in com.github.gbenroscience.parser.turbo.tools with parameters of type MathExpression.TokenModifier and TypeMethodDescriptionstatic MethodHandleScalarTurboEvaluator2.compileScalar(MathExpression.Token[] postfix)