Class PostfixTerm
java.lang.Object
org.pentaho.reporting.libraries.formula.lvalues.AbstractLValue
org.pentaho.reporting.libraries.formula.lvalues.PostfixTerm
- All Implemented Interfaces:
Serializable
,Cloneable
,LValue
Creation-Date: 02.11.2006, 10:20:27
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.formula.lvalues.AbstractLValue
getContext, getParsePosition, getValueType, initialize, setParsePosition
-
Constructor Details
-
PostfixTerm
-
-
Method Details
-
getOperator
-
getValue
-
evaluate
- Throws:
EvaluationException
-
toString
-
isConstant
public boolean isConstant()Checks whether the LValue is constant. Constant lvalues always return the same value.- Returns:
-
getChildValues
Returns any dependent lvalues (parameters and operands, mostly).- Specified by:
getChildValues
in interfaceLValue
- Overrides:
getChildValues
in classAbstractLValue
- Returns:
-
clone
- Specified by:
clone
in interfaceLValue
- Overrides:
clone
in classAbstractLValue
- Throws:
CloneNotSupportedException
-