Package | Description |
---|---|
org.pentaho.reporting.libraries.formula.lvalues | |
org.pentaho.reporting.libraries.formula.operators | |
org.pentaho.reporting.libraries.formula.parser |
Modifier and Type | Method | Description |
---|---|---|
InfixOperator[] |
Term.getOperators() |
Modifier and Type | Method | Description |
---|---|---|
void |
Term.add(InfixOperator operator,
LValue operand) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCompareOperator |
Creation-Date: 06.06.2007, 18:52:25
|
class |
AbstractNumericOperator |
Creation-Date: 10.04.2007, 15:02:39
|
class |
AddOperator |
Null-Values are converted into ZERO
|
class |
ConcatOperator |
Concats two strings operator.
|
class |
DivideOperator |
A division operation.
|
class |
EqualOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
GreaterEqualOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
GreaterOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
LesserEqualOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
LesserOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
MultiplyOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
NotEqualOperator |
Creation-Date: 31.10.2006, 16:34:11
|
class |
PowerOperator |
This has to be implemented manually if we want to support arbitary precision.
|
class |
SubtractOperator |
Creation-Date: 31.10.2006, 16:34:11
|
Modifier and Type | Method | Description |
---|---|---|
InfixOperator |
DefaultOperatorFactory.createInfixOperator(java.lang.String operator) |
|
InfixOperator |
OperatorFactory.createInfixOperator(java.lang.String operator) |
Modifier and Type | Method | Description |
---|---|---|
InfixOperator |
GeneratedFormulaParser.getInfixOperator() |