public interface BuiltinExpressionEvaluator
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(DatasetExpressionEvaluator evaluator) |
Object |
evaluateEstimated(DatasetExpressionEvaluator evaluator) |
Object |
evaluateOld(DatasetExpressionEvaluator evaluator) |
void |
init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) throws JRException
JRExceptionObject evaluate(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
JRExpressionEvalExceptionObject evaluateOld(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
JRExpressionEvalExceptionObject evaluateEstimated(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
JRExpressionEvalExceptionCopyright © 2017. All rights reserved.