org.pentaho.reporting.libraries.formula.lvalues
public abstract class AbstractLValue extends Object implements LValue
Constructor Summary | |
---|---|
protected | AbstractLValue() |
Method Summary | |
---|---|
Object | clone() |
LValue[] | getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).
|
FormulaContext | getContext() |
ParsePosition | getParsePosition() |
Type | getValueType()
Querying the value type is only valid *after* the value has been
evaluated.
|
void | initialize(FormulaContext context) |
void | setParsePosition(ParsePosition parsePosition) |
Returns:
Returns: