public class Formula extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Formula(LValue rootReference) |
Formula(String formulaText) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
evaluate() |
TypeValuePair |
evaluateTyped() |
LValue |
getRootReference()
Returns the root reference for this formula.
|
void |
initialize(FormulaContext context) |
public Formula(String formulaText) throws ParseException
ParseExceptionpublic Formula(LValue rootReference)
public void initialize(FormulaContext context) throws EvaluationException
EvaluationExceptionpublic LValue getRootReference()
public TypeValuePair evaluateTyped()
public Object evaluate()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException