net.sf.jasperreports.engine.fill
Interface JRFillExpressionEvaluator
- All Known Subinterfaces:
- FillContext
- All Known Implementing Classes:
- JRCalculator, JRCrosstabExpressionEvaluator, JRFillComponentElement
public interface JRFillExpressionEvaluator
Fill time expression evaluators interface.
An instance of this interface is used at fill time by elements to
evaluate expressions.
- Version:
- $Id: JRFillExpressionEvaluator.java 3034 2009-08-27 11:58:04Z teodord $
- Author:
- Lucian Chirita ([email protected])
evaluate
java.lang.Object evaluate(JRExpression expression,
byte evaluationType)
throws JRException
- Throws:
JRException
Copyright © 2011. All Rights Reserved.