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 DirectExpressionEvaluatorcreateEvaluator(JRExpression expression) getEvaluator(JRExpression expression) voidinit(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:
initin interfaceDirectExpressionEvaluators
-
getEvaluator
- Specified by:
getEvaluatorin interfaceDirectExpressionEvaluators
-
createEvaluator
-