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.ContextLookup
public class ContextLookup
extends AbstractLValue
Constructor Summary | |
|
Method Summary | |
TypeValuePair |
|
String |
|
boolean |
|
String |
|
Methods inherited from class org.jfree.formula.lvalues.AbstractLValue | |
clone , getChildValues , getContext , getValueType , initialize |
public boolean isConstant()
Checks, whether the LValue is constant. Constant lvalues always return the same value.
- Specified by:
- isConstant in interface LValue
- Returns: