Class ContextLookup
java.lang.Object
org.pentaho.reporting.libraries.formula.lvalues.AbstractLValue
org.pentaho.reporting.libraries.formula.lvalues.ContextLookup
- All Implemented Interfaces:
Serializable,Cloneable,LValue
A reference that queries the datarow.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextLookup(String name) ContextLookup(String name, ParsePosition parsePosition) -
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.formula.lvalues.AbstractLValue
clone, getChildValues, getContext, getParsePosition, initialize, setParsePosition
-
Constructor Details
-
ContextLookup
-
ContextLookup
-
-
Method Details
-
evaluate
- Throws:
EvaluationException
-
getValueType
Description copied from class:AbstractLValueQuerying the value type is only valid *after* the value has been evaluated.- Specified by:
getValueTypein interfaceLValue- Overrides:
getValueTypein classAbstractLValue- Returns:
-
toString
-
isConstant
public boolean isConstant()Checks whether the LValue is constant. Constant lvalues always return the same value.- Returns:
-
getName
-