org.jfree.formula.lvalues

Class AbstractLValue

public abstract class AbstractLValue extends Object implements LValue

Creation-Date: 01.11.2006, 18:19:00

Author: Thomas Morgner

Constructor Summary
protected AbstractLValue()
Method Summary
Objectclone()
LValue[]getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).
FormulaContextgetContext()
TypegetValueType()
Querying the value type is only valid *after* the value has been evaluated.
voidinitialize(FormulaContext context)

Constructor Detail

AbstractLValue

protected AbstractLValue()

Method Detail

clone

public Object clone()

getChildValues

public LValue[] getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).

Returns:

getContext

public FormulaContext getContext()

getValueType

public Type getValueType()
Querying the value type is only valid *after* the value has been evaluated.

Returns:

initialize

public void initialize(FormulaContext context)