org.pentaho.reporting.libraries.formula.lvalues
public interface LValue extends Serializable, Cloneable
| Method Summary | |
|---|---|
| Object | clone() |
| TypeValuePair | evaluate() |
| LValue[] | getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).
|
| ParsePosition | getParsePosition() |
| Type | getValueType()
Querying the value type is only valid *after* the value has been evaluated. |
| void | initialize(FormulaContext context) |
| boolean | isConstant()
Checks whether the LValue is constant. |
Returns:
Returns:
Returns: