org.jfree.formula.lvalues
public class StaticValue extends AbstractLValue
Constructor Summary | |
---|---|
StaticValue(Object value) | |
StaticValue(Object value, Type type) |
Method Summary | |
---|---|
TypeValuePair | evaluate() |
Object | getValue() |
Type | getValueType()
This function allows a program traversing the LibFormula object model
to know what type this static value is.
|
void | initialize(FormulaContext context) |
boolean | isConstant()
Checks, whether the LValue is constant. |
String | toString() |
Returns: the type of the static value
Returns: