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

All Known Implementing Classes:
TableReport.SummaryGroupFooterPrintWhenEvaluator

public interface BuiltinExpressionEvaluator

Version:
$Id: BuiltinExpressionEvaluator.java 3677 2010-04-02 11:39:11Z lucianc $
Author:
Lucian Chirita ([email protected])

Method Summary
 java.lang.Object evaluate()
           
 java.lang.Object evaluateEstimated()
           
 java.lang.Object evaluateOld()
           
 void init(java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 

Method Detail

init

void init(java.util.Map parametersMap,
          java.util.Map fieldsMap,
          java.util.Map 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


Copyright © 2011. All Rights Reserved.