Package | Description |
---|---|
org.pentaho.reporting.libraries.formula | |
org.pentaho.reporting.libraries.formula.parser | |
org.pentaho.reporting.libraries.formula.util |
Constructor and Description |
---|
Formula(java.lang.String formulaText) |
Modifier and Type | Class and Description |
---|---|
class |
FormulaParseException
Todo: Document me!
|
Modifier and Type | Method and Description |
---|---|
ParseException |
FormulaParser.generateParseException() |
ParseException |
GeneratedFormulaParser.generateParseException() |
Modifier and Type | Method and Description |
---|---|
LValue |
GeneratedFormulaParser.getExpression() |
InfixOperator |
GeneratedFormulaParser.getInfixOperator() |
LValue |
GeneratedFormulaParser.getLValue() |
PostfixOperator |
GeneratedFormulaParser.getPostfixOperator() |
PrefixOperator |
GeneratedFormulaParser.getPrefixOperator() |
static void |
FormulaParser.main(java.lang.String[] args) |
LValue |
FormulaParser.parse(java.lang.String formula) |
LValue |
GeneratedFormulaParser.parseArray() |
LValue |
GeneratedFormulaParser.parseFunction(java.lang.String name,
ParsePosition parsePosition) |
LValue[] |
GeneratedFormulaParser.parseRow() |
Term |
GeneratedFormulaParser.startTail(LValue retval) |
Constructor and Description |
---|
FormulaParseException(ParseException pe) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
FormulaUtil.getReferences(java.lang.String formula) |