Uses of Class
net.sf.jasperreports.engine.fill.JREvaluator
Packages that use JREvaluator
Package
Description
Contains classes for report compiling and expressions evaluating.
Contains classes to be used at report filling time for the Crosstab report element.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JREvaluator in net.sf.jasperreports.compilers
Subclasses of JREvaluator in net.sf.jasperreports.compilersMethods in net.sf.jasperreports.compilers with parameters of type JREvaluatorModifier and TypeMethodDescriptionvoid
CompositeDirectExpressionEvaluators.init
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) void
DirectExpressionEvaluators.init
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) void
InterpretedExpressionEvaluators.init
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) void
SimpleTextEvaluators.init
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) void
StandardExpressionEvaluators.init
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) -
Uses of JREvaluator in net.sf.jasperreports.crosstabs.fill
Constructors in net.sf.jasperreports.crosstabs.fill with parameters of type JREvaluator -
Uses of JREvaluator in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JREvaluatorModifier and TypeMethodDescriptionJasperCompileManager.getEvaluator
(JasperReport jasperReport) JasperCompileManager.getEvaluator
(JasperReport jasperReport, JRCrosstab crosstab) JasperCompileManager.getEvaluator
(JasperReport jasperReport, JRDataset dataset) static JREvaluator
JasperCompileManager.loadEvaluator
(JasperReport jasperReport) static JREvaluator
JasperCompileManager.loadEvaluator
(JasperReport jasperReport, JRCrosstab crosstab) static JREvaluator
JasperCompileManager.loadEvaluator
(JasperReport jasperReport, JRDataset dataset) Methods in net.sf.jasperreports.engine with parameters of type JREvaluatorModifier and TypeMethodDescriptionprotected void
JasperCompileManager.initialize
(JREvaluator evaluator) -
Uses of JREvaluator in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return JREvaluatorModifier and TypeMethodDescriptionprotected JREvaluator
JRAbstractCompiler.createEvaluator
(Serializable compileData, String unitName) protected abstract JREvaluator
JRAbstractCompiler.loadEvaluator
(Serializable compileData, String unitName) Creates an expression evaluator instance from data saved when the report was compiled.JRAbstractCompiler.loadEvaluator
(JasperReport jasperReport) JRAbstractCompiler.loadEvaluator
(JasperReport jasperReport, JRCrosstab crosstab) JRAbstractCompiler.loadEvaluator
(JasperReport jasperReport, JRDataset dataset) protected JREvaluator
JRAbstractJavaCompiler.loadEvaluator
(Serializable compileData, String className) JRCompiler.loadEvaluator
(JasperReport jasperReport) Loads the evaluator for a report's main dataset.JRCompiler.loadEvaluator
(JasperReport jasperReport, JRCrosstab crosstab) Loads a expression evaluator class for a crosstab of a report.JRCompiler.loadEvaluator
(JasperReport jasperReport, JRDataset dataset) Loads a expression evaluator class for a dataset of a report. -
Uses of JREvaluator in net.sf.jasperreports.engine.fill
Constructors in net.sf.jasperreports.engine.fill with parameters of type JREvaluatorModifierConstructorDescriptionprotected
FillBaseExpressionValues
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) FillExpressionDefaultValues
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) FillExpressionEstimatedValues
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) FillExpressionOldValues
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) protected
JRCalculator
(JREvaluator evaluator) Creates a calculator using an expression evaluator. -
Uses of JREvaluator in net.sf.jasperreports.groovy
Subclasses of JREvaluator in net.sf.jasperreports.groovyModifier and TypeClassDescriptionclass
Groovy expression evaluator that compiles expressions at fill time.class
Methods in net.sf.jasperreports.groovy that return JREvaluatorModifier and TypeMethodDescriptionprotected JREvaluator
JRGroovyCompiler.loadEvaluator
(Serializable compileData, String className) -
Uses of JREvaluator in net.sf.jasperreports.javascript
Subclasses of JREvaluator in net.sf.jasperreports.javascriptModifier and TypeClassDescriptionclass
JavaScript expression evaluator that uses Java bytecode compiled byJavaScriptClassCompiler
.class
JavaScript expression evaluator that compiles expressions at fill time.Methods in net.sf.jasperreports.javascript that return JREvaluatorModifier and TypeMethodDescriptionprotected JREvaluator
JavaScriptCompilerBase.loadEvaluator
(Serializable compileData, String unitName) Constructors in net.sf.jasperreports.javascript with parameters of type JREvaluatorModifierConstructorDescriptionJavaScriptEvaluatorScope
(JasperReportsContext jrContext, JREvaluator evaluator, FunctionsUtil functionsUtil) JavaScriptFunctionsObject
(org.mozilla.javascript.Context context, FunctionsUtil functionsUtil, JREvaluator evaluator)