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 |
---|---|---|
PrefixOperator |
PrefixTerm.getOperator() |
Constructor | Description |
---|---|
PrefixTerm(PrefixOperator operator,
LValue value) |
Modifier and Type | Class | Description |
---|---|---|
class |
MinusSignOperator |
Creation-Date: 02.11.2006, 10:27:03
|
class |
PlusSignOperator |
This is a no-op-operator which is equal to "zero plus x".
|
Modifier and Type | Method | Description |
---|---|---|
PrefixOperator |
DefaultOperatorFactory.createPrefixOperator(java.lang.String operator) |
|
PrefixOperator |
OperatorFactory.createPrefixOperator(java.lang.String operator) |
Modifier and Type | Method | Description |
---|---|---|
PrefixOperator |
GeneratedFormulaParser.getPrefixOperator() |