net.sf.jasperreports.components.table.fill
Interface BuiltinExpressionEvaluator

All Known Implementing Classes:
ConstantBuiltinExpression, TableReport.SummaryGroupFooterPrintWhenEvaluator

public interface BuiltinExpressionEvaluator

Version:
$Id: BuiltinExpressionEvaluator.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 java.lang.Object evaluate()
           
 java.lang.Object evaluateEstimated()
           
 java.lang.Object evaluateOld()
           
 void init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 

Method Detail

init

void init(java.util.Map<java.lang.String,JRFillParameter> parametersMap,
          java.util.Map<java.lang.String,JRFillField> fieldsMap,
          java.util.Map<java.lang.String,JRFillVariable> variablesMap,
          WhenResourceMissingTypeEnum resourceMissingType)
          throws JRException
Throws:
JRException

evaluate

java.lang.Object evaluate()
                          throws JRExpressionEvalException
Throws:
JRExpressionEvalException

evaluateOld

java.lang.Object evaluateOld()
                             throws JRExpressionEvalException
Throws:
JRExpressionEvalException

evaluateEstimated

java.lang.Object evaluateEstimated()
                                   throws JRExpressionEvalException
Throws:
JRExpressionEvalException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com