org.jfree.formula.lvalues

Class ContextLookup

public class ContextLookup extends AbstractLValue

A reference that queries the datarow.

Author: Thomas Morgner

Constructor Summary
ContextLookup(String name)
Method Summary
TypeValuePairevaluate()
StringgetName()
booleanisConstant()
Checks, whether the LValue is constant.
StringtoString()

Constructor Detail

ContextLookup

public ContextLookup(String name)

Method Detail

evaluate

public TypeValuePair evaluate()

getName

public String getName()

isConstant

public boolean isConstant()
Checks, whether the LValue is constant. Constant lvalues always return the same value.

Returns:

toString

public String toString()