| Package | Description |
|---|---|
| org.mariuszgromada.math.mxparser |
| Modifier and Type | Method and Description |
|---|---|
Constant |
Argument.getConstant(int constantIndex)
Gets constant associated with the argument expression.
|
Constant |
Expression.getConstant(int constantIndex)
Gets constant associated with the expression.
|
Constant |
Function.getConstant(int constantIndex)
Gets constant associated with the function expression.
|
Constant |
Argument.getConstant(String constantName)
Gets constant associated with the argument expression.
|
Constant |
Expression.getConstant(String constantName)
Gets constant associated with the expression.
|
Constant |
Function.getConstant(String constantName)
Gets constant associated with the function expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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 expression
|
void |
Expression.removeConstants(Constant... constants)
Removes first occurrences of the constants
associated with the expression
|
void |
Function.removeConstants(Constant... constants)
Removes first occurrences of the constants
associated with the function expression
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
Copyright © 2020 MathParser.org. All rights reserved.