Uses of Class
parser.MathExpression
Packages that use MathExpression
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of MathExpression in math.matrix.expressParser
Subclasses of MathExpression in math.matrix.expressParserMethods in math.matrix.expressParser with parameters of type MathExpressionModifier and TypeMethodDescriptionstatic void
MatrixOperator.orderCompoundTokens
(MathExpression function) -
Uses of MathExpression in math.otherBaseParser
Subclasses of MathExpression in math.otherBaseParser -
Uses of MathExpression in parser
Subclasses of MathExpression in parserFields in parser declared as MathExpressionModifier and TypeFieldDescriptionprivate MathExpression
Function.mathExpression
If the object is an algebraic expression, its details are stored here.Methods in parser that return MathExpressionMethods in parser with parameters of type MathExpressionModifier and TypeMethodDescriptionstatic void
UnaryPreOperator.assignCompoundTokens
(MathExpression function) void
Function.setMathExpression
(MathExpression mathExpression) void
Number.validateNumber
(MathExpression function) Constructors in parser with parameters of type MathExpressionModifierConstructorDescriptionSet
(MathExpression function, List<String> data) Creates a new Set object initialized with a set of data coming from a mathematical MathExpression. -
Uses of MathExpression in parser.logical
Fields in parser.logical declared as MathExpressionModifier and TypeFieldDescriptionprivate final MathExpression
AlgebraExpressionParser.mathExpression
-
Uses of MathExpression in util
Fields in util with type parameters of type MathExpressionModifier and TypeFieldDescriptionprivate ArrayList
<MathExpression> MathExpressionManager.functions
Methods in util that return MathExpressionModifier and TypeMethodDescriptionMathExpressionManager.createFunction
(String expr) MathExpressionManager.getFunction
(MathExpression function) MathExpressionManager.getFunctionAt
(int index) MathExpressionManager.getFunctionByExpression
(String expression) MathExpressionManager.getFunctionByScanner
(ArrayList<String> scanner) MathExpressionManager.optimizeFunction
(String name) Methods in util that return types with arguments of type MathExpressionMethods in util with parameters of type MathExpressionModifier and TypeMethodDescriptionstatic String
MathExpressionManager.analyzeSolution
(MathExpression expr) boolean
MathExpressionManager.contains
(MathExpression func) MathExpressionManager.getFunction
(MathExpression function) void
MathExpressionManager.storeFunction
(MathExpression function) stores a MathExpression in objects of this class.Method parameters in util with type arguments of type MathExpressionModifier and TypeMethodDescriptionvoid
MathExpressionManager.setFunctions
(ArrayList<MathExpression> functions)