Uses of Class
org.mariuszgromada.math.mxparser.Constant
-
Packages that use Constant Package Description org.mariuszgromada.math.mxparser -
-
Uses of Constant in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return Constant Modifier and Type Method Description ConstantArgument. getConstant(int constantIndex)Gets constant associated with the argument expression.ConstantArgument. getConstant(String constantName)Gets constant associated with the argument expression.ConstantExpression. getConstant(int constantIndex)Gets constant associated with the expression.ConstantExpression. getConstant(String constantName)Gets constant associated with the expression.ConstantFunction. getConstant(int constantIndex)Gets constant associated with the function expression.ConstantFunction. getConstant(String constantName)Gets constant associated with the function expression.Methods in org.mariuszgromada.math.mxparser with parameters of type Constant Modifier and Type Method Description voidArgument. addConstants(Constant... constants)Adds constants (variadic parameters) to the argument expression definition.voidExpression. addConstants(Constant... constants)Adds constants (variadic parameters) to the expression definition.voidFunction. addConstants(Constant... constants)Adds constants (variadic parameters) to the function expression definition.voidArgument. removeConstants(Constant... constants)Removes first occurrences of the constants associated with the argument expressionvoidExpression. removeConstants(Constant... constants)Removes first occurrences of the constants associated with the expressionvoidFunction. 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 Constant Modifier and Type Method Description voidArgument. addConstants(List<Constant> constantsList)Adds constants to the argument expression definition.voidExpression. addConstants(List<Constant> constantsList)Adds constants to the expression definition.voidFunction. addConstants(List<Constant> constantsList)Adds constants to the function expression definition.
-