org.jfree.report.expressions
Class FormulaExpression
- Cloneable, Expression, Serializable
Creation-Date: 04.11.2006, 19:24:04
clone, getDataRow, getInstance, getName, getParentLocale, getReportConfiguration, getResourceBundleFactory, getRuntime, isDeepTraversing, isPrecompute, isPreserve, setDeepTraversing, setName, setPrecompute, setPreserve, setRuntime |
clone
public Object clone()
throws CloneNotSupportedException Clones the expression, expression should be reinitialized after the
cloning.
Expression maintain no state, cloning is done at the beginning
of the report processing to disconnect the used expression from any other
object space.
- clone in interface Expression
- clone in interface AbstractExpression
- A clone of this expression.
getCompiledFormula
public Formula getCompiledFormula()
throws ParseException Returns the compiled formula. The formula is not connected to a formula
context.