org.pentaho.reporting.libraries.formula.lvalues
public class StaticValue extends AbstractLValue
| Constructor Summary | |
|---|---|
| StaticValue(Object value) | |
| StaticValue(Object value, Type type) | |
| StaticValue(Object value, ParsePosition parsePosition) | |
| StaticValue(Object value, Type type, ParsePosition parsePosition) | |
| 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: