org.jfree.report.data
public class RunningExpressionSlot extends Object implements ExpressionSlot, ExpressionRuntime
Constructor Summary | |
---|---|
RunningExpressionSlot(Expression expression, StaticExpressionRuntimeData runtimeData, PrecomputeNode precomputeNode) |
Method Summary | |
---|---|
void | advance() |
Object | clone() |
Configuration | getConfiguration() |
int | getCurrentRow() |
ReportData | getData()
Returns the report data used in this section. |
DataRow | getDataRow() |
Object | getDeclaringParent() |
Expression | getExpression() |
String | getName() |
ReportContext | getReportContext() |
ResourceBundleFactory | getResourceBundleFactory() |
Object | getValue() |
boolean | isDeepTraversing() |
boolean | isPreserve() |
void | updateDataRow(DataRow dataRow) |
Returns: