Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.formula.lvalues.AbstractLValue
org.jfree.formula.lvalues.PostfixTerm
public class PostfixTerm
extends AbstractLValue
Constructor Summary | |
|
Method Summary | |
Object |
|
TypeValuePair |
|
LValue[] |
|
PostfixOperator | |
LValue |
|
boolean |
|
String |
|
Methods inherited from class org.jfree.formula.lvalues.AbstractLValue | |
clone , getChildValues , getContext , getValueType , initialize |
public Object clone() throws CloneNotSupportedException
- Overrides:
- clone in interface AbstractLValue
public LValue[] getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).
- Specified by:
- getChildValues in interface LValue
- Overrides:
- getChildValues in interface AbstractLValue
- Returns:
public boolean isConstant()
Checks, whether the LValue is constant. Constant lvalues always return the same value.
- Specified by:
- isConstant in interface LValue
- Returns: