Uses of Interface
org.pentaho.reporting.libraries.formula.lvalues.LValue
Packages that use LValue
Package
Description
-
Uses of LValue in org.pentaho.reporting.libraries.formula
Methods in org.pentaho.reporting.libraries.formula that return LValueModifier and TypeMethodDescriptionFormula.getRootReference()
Returns the root reference for this formula.Constructors in org.pentaho.reporting.libraries.formula with parameters of type LValue -
Uses of LValue in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that return LValue -
Uses of LValue in org.pentaho.reporting.libraries.formula.lvalues
Subinterfaces of LValue in org.pentaho.reporting.libraries.formula.lvaluesModifier and TypeInterfaceDescriptioninterface
A database is a two dimensional collection of data, arranged in a table.Classes in org.pentaho.reporting.libraries.formula.lvalues that implement LValueModifier and TypeClassDescriptionclass
Creation-Date: 01.11.2006, 18:19:00class
A reference that queries the datarow.class
Creation-Date: 05.11.2006, 13:34:01class
A function.class
Creation-Date: 02.11.2006, 10:20:27class
Creation-Date: 02.11.2006, 10:20:27class
Creation-Date: 08.10.2006, 11:34:40class
An term is a list of LValues connected by operators.Methods in org.pentaho.reporting.libraries.formula.lvalues that return LValueModifier and TypeMethodDescriptionLValue[]
AbstractLValue.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).LValue[]
DefaultDataTable.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).LValue[]
FormulaFunction.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).LValue[]
LValue.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).LValue[]
PostfixTerm.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).LValue[]
PrefixTerm.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).LValue[]
Term.getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).Term.getHeadValue()
LValue[]
Term.getOperands()
Term.getOptimizedHeadValue()
Allows access to the post optimized head value note that without the optimization, it's difficult to traverse libformula's object model.PostfixTerm.getValue()
PrefixTerm.getValue()
DataTable.getValueAt
(int row, int column) DefaultDataTable.getValueAt
(int row, int column) Methods in org.pentaho.reporting.libraries.formula.lvalues with parameters of type LValueModifier and TypeMethodDescriptionvoid
Term.add
(InfixOperator operator, LValue operand) void
Sets the object for a cell in the table.Constructors in org.pentaho.reporting.libraries.formula.lvalues with parameters of type LValueModifierConstructorDescriptionDefaultDataTable
(LValue[][] array) FormulaFunction
(String functionName, LValue[] parameters) FormulaFunction
(String functionName, LValue[] parameters, ParsePosition parsePosition) PostfixTerm
(LValue value, PostfixOperator operator) PrefixTerm
(PrefixOperator operator, LValue value) -
Uses of LValue in org.pentaho.reporting.libraries.formula.parser
Methods in org.pentaho.reporting.libraries.formula.parser that return LValueModifier and TypeMethodDescriptionfinal LValue
GeneratedFormulaParser.getExpression()
final LValue
GeneratedFormulaParser.getLValue()
final LValue
GeneratedFormulaParser.parseArray()
final LValue
GeneratedFormulaParser.parseFunction
(String name, ParsePosition parsePosition) final LValue[]
GeneratedFormulaParser.parseRow()
Methods in org.pentaho.reporting.libraries.formula.parser with parameters of type LValue -
Uses of LValue in org.pentaho.reporting.libraries.formula.typing
Methods in org.pentaho.reporting.libraries.formula.typing that return LValue -
Uses of LValue in org.pentaho.reporting.libraries.formula.typing.sequence
Methods in org.pentaho.reporting.libraries.formula.typing.sequence that return LValueConstructors in org.pentaho.reporting.libraries.formula.typing.sequence with parameters of type LValueModifierConstructorDescriptionAnyNumberSequence
(LValue n, FormulaContext context) Number sequence bounded to only one number item.AnySequence
(LValue single, FormulaContext context) DefaultNumberSequence
(LValue n, FormulaContext context) Number sequence bounded to only one number item.