Package net.sf.jasperreports.compilers
Class InterpretedExpressionEvaluators
java.lang.Object
net.sf.jasperreports.compilers.InterpretedExpressionEvaluators
- All Implemented Interfaces:
DirectExpressionEvaluators
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DirectExpressionEvaluator
createEvaluator
(JRExpression expression) getEvaluator
(JRExpression expression) void
init
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap)
-
Constructor Details
-
InterpretedExpressionEvaluators
-
-
Method Details
-
init
public void init(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) - Specified by:
init
in interfaceDirectExpressionEvaluators
-
getEvaluator
- Specified by:
getEvaluator
in interfaceDirectExpressionEvaluators
-
createEvaluator
-