Uses of Class
org.mariuszgromada.math.mxparser.Constant
Packages that use Constant
-
Uses of Constant in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return ConstantModifier and TypeMethodDescriptionArgument.getConstant
(int constantIndex) Gets constant associated with the argument expression.Argument.getConstant
(String constantName) Gets constant associated with the argument expression.Expression.getConstant
(int constantIndex) Gets constant associated with the expression.Expression.getConstant
(String constantName) Gets constant associated with the expression.Function.getConstant
(int constantIndex) Gets constant associated with the function expression.Function.getConstant
(String constantName) Gets constant associated with the function expression.Methods in org.mariuszgromada.math.mxparser with parameters of type ConstantModifier and TypeMethodDescriptionvoid
Argument.addConstants
(Constant... constants) Adds constants (variadic parameters) to the argument expression definition.void
Expression.addConstants
(Constant... constants) Adds constants (variadic parameters) to the expression definition.void
Function.addConstants
(Constant... constants) Adds constants (variadic parameters) to the function expression definition.void
Argument.removeConstants
(Constant... constants) Removes first occurrences of the constants associated with the argument expressionvoid
Expression.removeConstants
(Constant... constants) Removes first occurrences of the constants associated with the expressionvoid
Function.removeConstants
(Constant... constants) Removes first occurrences of the constants associated with the function expressionMethod parameters in org.mariuszgromada.math.mxparser with type arguments of type ConstantModifier and TypeMethodDescriptionvoid
Argument.addConstants
(List<Constant> constantsList) Adds constants to the argument expression definition.void
Expression.addConstants
(List<Constant> constantsList) Adds constants to the expression definition.void
Function.addConstants
(List<Constant> constantsList) Adds constants to the function expression definition.