Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.formula.lvalues.AbstractLValue
Constructor Summary | |
Method Summary | |
Object |
|
LValue[] |
|
FormulaContext | |
Type |
|
void |
|
public LValue[] getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).
- Specified by:
- getChildValues in interface LValue
- Returns:
public Type getValueType()
Querying the value type is only valid *after* the value has been evaluated.
- Specified by:
- getValueType in interface LValue
- Returns:
public void initialize(FormulaContext context) throws EvaluationException
- Specified by:
- initialize in interface LValue