Uses of Interface
org.pentaho.reporting.libraries.formula.lvalues.LValue
-
-
Uses of LValue in org.pentaho.reporting.libraries.formula
Methods in org.pentaho.reporting.libraries.formula that return LValue Modifier and Type Method Description LValueFormula. getRootReference()Returns the root reference for this formula.Constructors in org.pentaho.reporting.libraries.formula with parameters of type LValue Constructor Description Formula(LValue rootReference) -
Uses of LValue in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that return LValue Modifier and Type Method Description LValueParameterCallback. getRaw(int position) -
Uses of LValue in org.pentaho.reporting.libraries.formula.lvalues
Subinterfaces of LValue in org.pentaho.reporting.libraries.formula.lvalues Modifier and Type Interface Description interfaceDataTableA database is a two dimensional collection of data, arranged in a table.Classes in org.pentaho.reporting.libraries.formula.lvalues that implement LValue Modifier and Type Class Description classAbstractLValueCreation-Date: 01.11.2006, 18:19:00classContextLookupA reference that queries the datarow.classDefaultDataTableCreation-Date: 05.11.2006, 13:34:01classFormulaFunctionA function.classPostfixTermCreation-Date: 02.11.2006, 10:20:27classPrefixTermCreation-Date: 02.11.2006, 10:20:27classStaticValueCreation-Date: 08.10.2006, 11:34:40classTermAn term is a list of LValues connected by operators.Methods in org.pentaho.reporting.libraries.formula.lvalues that return LValue Modifier and Type Method Description LValue[]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).LValueTerm. getHeadValue()LValue[]Term. getOperands()LValueTerm. getOptimizedHeadValue()Allows access to the post optimized head value note that without the optimization, it's difficult to traverse libformula's object model.LValuePostfixTerm. getValue()LValuePrefixTerm. getValue()LValueDataTable. getValueAt(int row, int column)LValueDefaultDataTable. getValueAt(int row, int column)Methods in org.pentaho.reporting.libraries.formula.lvalues with parameters of type LValue Modifier and Type Method Description voidTerm. add(InfixOperator operator, LValue operand)voidDefaultDataTable. setObject(int row, int column, LValue object)Sets the object for a cell in the table.Constructors in org.pentaho.reporting.libraries.formula.lvalues with parameters of type LValue Constructor Description DefaultDataTable(LValue[][] array)FormulaFunction(java.lang.String functionName, LValue[] parameters)FormulaFunction(java.lang.String functionName, LValue[] parameters, ParsePosition parsePosition)PostfixTerm(LValue value, PostfixOperator operator)PrefixTerm(PrefixOperator operator, LValue value)Term(LValue headValue) -
Uses of LValue in org.pentaho.reporting.libraries.formula.parser
Methods in org.pentaho.reporting.libraries.formula.parser that return LValue Modifier and Type Method Description LValueGeneratedFormulaParser. getExpression()LValueGeneratedFormulaParser. getLValue()LValueFormulaParser. parse(java.lang.String formula)LValueGeneratedFormulaParser. parseArray()LValueGeneratedFormulaParser. parseFunction(java.lang.String name, ParsePosition parsePosition)LValue[]GeneratedFormulaParser. parseRow()Methods in org.pentaho.reporting.libraries.formula.parser with parameters of type LValue Modifier and Type Method Description TermGeneratedFormulaParser. startTail(LValue retval) -
Uses of LValue in org.pentaho.reporting.libraries.formula.typing
Methods in org.pentaho.reporting.libraries.formula.typing that return LValue Modifier and Type Method Description LValueArrayCallback. getRaw(int row, int column)LValueStaticArrayCallback. getRaw(int row, int column)LValueSequence. nextRawValue() -
Uses of LValue in org.pentaho.reporting.libraries.formula.typing.sequence
Methods in org.pentaho.reporting.libraries.formula.typing.sequence that return LValue Modifier and Type Method Description LValueAnySequence. nextRawValue()Constructors in org.pentaho.reporting.libraries.formula.typing.sequence with parameters of type LValue Constructor Description AnyNumberSequence(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.
-