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 voidMatrixOperator.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 MathExpressionFunction.mathExpressionIf 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 voidUnaryPreOperator.assignCompoundTokens(MathExpression function) voidFunction.setMathExpression(MathExpression mathExpression) voidNumber.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 MathExpressionAlgebraExpressionParser.mathExpression -
Uses of MathExpression in util
Fields in util with type parameters of type MathExpressionModifier and TypeFieldDescriptionprivate ArrayList<MathExpression> MathExpressionManager.functionsMethods 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 StringMathExpressionManager.analyzeSolution(MathExpression expr) booleanMathExpressionManager.contains(MathExpression func) MathExpressionManager.getFunction(MathExpression function) voidMathExpressionManager.storeFunction(MathExpression function) stores a MathExpression in objects of this class.Method parameters in util with type arguments of type MathExpressionModifier and TypeMethodDescriptionvoidMathExpressionManager.setFunctions(ArrayList<MathExpression> functions)