org.jfree.report.expressions
public class ReportFormulaContext extends Object implements FormulaContext
| Constructor Summary | |
|---|---|
| ReportFormulaContext(FormulaContext backend, DataRow dataRow) | |
| Method Summary | |
|---|---|
| Configuration | getConfiguration() |
| DataRow | getDataRow() |
| Object | getDeclaringElement() |
| FunctionRegistry | getFunctionRegistry() |
| LocalizationContext | getLocalizationContext() |
| OperatorFactory | getOperatorFactory() |
| TypeRegistry | getTypeRegistry() |
| boolean | isReferenceDirty(Object name) |
| Object | resolveReference(Object name) |
| Type | resolveReferenceType(Object name) |
| void | setDataRow(DataRow dataRow) |
| void | setDeclaringElement(Object declaringElement) |