| Package | Description |
|---|---|
| org.pentaho.reporting.libraries.formula.lvalues | |
| org.pentaho.reporting.libraries.formula.operators | |
| org.pentaho.reporting.libraries.formula.parser |
| Modifier and Type | Method and Description |
|---|---|
PrefixOperator |
PrefixTerm.getOperator() |
| Constructor and Description |
|---|
PrefixTerm(PrefixOperator operator,
LValue value) |
| Modifier and Type | Class and 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 and Description |
|---|---|
PrefixOperator |
DefaultOperatorFactory.createPrefixOperator(java.lang.String operator) |
PrefixOperator |
OperatorFactory.createPrefixOperator(java.lang.String operator) |
| Modifier and Type | Method and Description |
|---|---|
PrefixOperator |
GeneratedFormulaParser.getPrefixOperator() |