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 TypeMethodDescriptionvoidCompositeDirectExpressionEvaluators.init(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) voidDirectExpressionEvaluators.init(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) voidInterpretedExpressionEvaluators.init(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) voidSimpleTextEvaluators.init(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) voidStandardExpressionEvaluators.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 JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport, JRDataset dataset) Methods in net.sf.jasperreports.engine with parameters of type JREvaluatorModifier and TypeMethodDescriptionprotected voidJasperCompileManager.initialize(JREvaluator evaluator) -
Uses of JREvaluator in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return JREvaluatorModifier and TypeMethodDescriptionprotected JREvaluatorJRAbstractCompiler.createEvaluator(Serializable compileData, String unitName) protected abstract JREvaluatorJRAbstractCompiler.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 JREvaluatorJRAbstractJavaCompiler.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 JREvaluatorModifierConstructorDescriptionprotectedFillBaseExpressionValues(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) protectedJRCalculator(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 TypeClassDescriptionclassGroovy expression evaluator that compiles expressions at fill time.classMethods in net.sf.jasperreports.groovy that return JREvaluatorModifier and TypeMethodDescriptionprotected JREvaluatorJRGroovyCompiler.loadEvaluator(Serializable compileData, String className) -
Uses of JREvaluator in net.sf.jasperreports.javascript
Subclasses of JREvaluator in net.sf.jasperreports.javascriptModifier and TypeClassDescriptionclassJavaScript expression evaluator that uses Java bytecode compiled byJavaScriptClassCompiler.classJavaScript expression evaluator that compiles expressions at fill time.Methods in net.sf.jasperreports.javascript that return JREvaluatorModifier and TypeMethodDescriptionprotected JREvaluatorJavaScriptCompilerBase.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)