Package net.sf.jasperreports.compilers
Class SimpleTextEvaluators.Evaluator
- java.lang.Object
-
- net.sf.jasperreports.compilers.SimpleTextEvaluators.Evaluator
-
- All Implemented Interfaces:
DirectExpressionEvaluator
- Enclosing class:
- SimpleTextEvaluators
protected class SimpleTextEvaluators.Evaluator extends Object implements DirectExpressionEvaluator
-
-
Constructor Summary
Constructors Constructor Description Evaluator(JRExpression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate()
Object
evaluateEstimated()
Object
evaluateOld()
-
-
-
Constructor Detail
-
Evaluator
public Evaluator(JRExpression expression)
-
-
Method Detail
-
evaluate
public Object evaluate()
- Specified by:
evaluate
in interfaceDirectExpressionEvaluator
-
evaluateOld
public Object evaluateOld()
- Specified by:
evaluateOld
in interfaceDirectExpressionEvaluator
-
evaluateEstimated
public Object evaluateEstimated()
- Specified by:
evaluateEstimated
in interfaceDirectExpressionEvaluator
-
-