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