Uses of Interface
net.sf.jasperreports.compilers.DirectExpressionEvaluation
Packages that use DirectExpressionEvaluation
Package
Description
Contains classes for report compiling and expressions evaluating.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
-
Uses of DirectExpressionEvaluation in net.sf.jasperreports.compilers
Classes in net.sf.jasperreports.compilers that implement DirectExpressionEvaluationModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.sf.jasperreports.compilers that return DirectExpressionEvaluationModifier and TypeMethodDescriptionprotected DirectExpressionEvaluation
ReportExpressionsCompiler.directEvaluation
(JRExpression expression) protected DirectExpressionEvaluation
StandardExpressionEvaluators.directEvaluation
(int expressionId) Methods in net.sf.jasperreports.compilers that return types with arguments of type DirectExpressionEvaluationModifier and TypeMethodDescriptionprotected Map
<String, DirectExpressionEvaluation> ReportExpressionsCompiler.constantEvaluations()
ReportExpressionEvaluationData.getDirectEvaluations()
ReportExpressionsCompilation.getDirectEvaluations()
Methods in net.sf.jasperreports.compilers with parameters of type DirectExpressionEvaluationModifier and TypeMethodDescriptionprotected DirectExpressionEvaluator
StandardExpressionEvaluators.createDirectEvaluator
(DirectExpressionEvaluation evaluation) Method parameters in net.sf.jasperreports.compilers with type arguments of type DirectExpressionEvaluationModifier and TypeMethodDescriptionvoid
ReportExpressionEvaluationData.setDirectEvaluations
(Map<Integer, DirectExpressionEvaluation> directEvaluations) Constructor parameters in net.sf.jasperreports.compilers with type arguments of type DirectExpressionEvaluationModifierConstructorDescriptionReportExpressionsCompilation
(List<JRExpression> sourceExpressions, Map<Integer, DirectExpressionEvaluation> directEvaluations) StandardExpressionEvaluators
(Map<Integer, DirectExpressionEvaluation> directEvaluations, DirectExpressionValueFilter valueFilter) -
Uses of DirectExpressionEvaluation in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return types with arguments of type DirectExpressionEvaluationMethod parameters in net.sf.jasperreports.engine.design with type arguments of type DirectExpressionEvaluationModifier and TypeMethodDescriptionvoid
JRCompilationUnit.setDirectEvaluations
(Map<Integer, DirectExpressionEvaluation> directEvaluations)