|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Calculable
from the expression using the supplied
variables
ExpressionBuilder
String
argument, evaluates it and prints out the result.- CustomFunction(String) -
Constructor for class de.congrace.exp4j.CustomFunction
- create a new single value input CustomFunction with a set name
- CustomFunction(String, int) -
Constructor for class de.congrace.exp4j.CustomFunction
- create a new single value input CustomFunction with a set name
- CustomOperator - Class in de.congrace.exp4j
- This class is used to create custom operators for use in expressions
The applyOperation(double[] values) will have to be implemented by users of this class. - CustomOperator(String, boolean, int) -
Constructor for class de.congrace.exp4j.CustomOperator
- Create a new
CustomOperator
for two operands
- CustomOperator(String, boolean, int, int) -
Constructor for class de.congrace.exp4j.CustomOperator
- Create a new
CustomOperator
- CustomOperator(String) -
Constructor for class de.congrace.exp4j.CustomOperator
- Create a left associative
CustomOperator
with precedence value of 1 that uses two operands
- CustomOperator(String, int) -
Constructor for class de.congrace.exp4j.CustomOperator
- Create a left associative
CustomOperator
for two operands
UnknownFunctionException
UnparsableExpressionException
UnparsableExpressionException
CustomOperator
to be used in the expression
Collection
of CustomOperator
to use in the
expression
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |