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 TypeMethodDescriptionMathExpression.VariableRegistry.clone()static final MathExpression.VariableRegistryMathExpression.createNewVariableRegistry()MathExpression.getRegistry()Methods in com.github.gbenroscience.parser with parameters of type MathExpression.VariableRegistryModifier and TypeMethodDescriptionbooleanBracket.simpleBracketPairHasVariables(List<String> scan, MathExpression.VariableRegistry registry) -
Uses of MathExpression.VariableRegistry in com.github.gbenroscience.parser.turbo.tools
Fields in com.github.gbenroscience.parser.turbo.tools declared as MathExpression.VariableRegistryModifier and TypeFieldDescriptionprotected MathExpression.VariableRegistryScalarTurboEvaluator1.registryprotected MathExpression.VariableRegistryScalarTurboEvaluator2.registry