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:AbstractLValue
Querying the value type is only valid *after* the value has been evaluated.- Specified by:
getValueType
in interfaceLValue
- Overrides:
getValueType
in classAbstractLValue
- Returns:
-
toString
-
isConstant
public boolean isConstant()Checks whether the LValue is constant. Constant lvalues always return the same value.- Returns:
-
getName
-