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 TypeClassDescriptionclassclassclassclassclassclassMethods in net.sf.jasperreports.compilers that return DirectExpressionEvaluationModifier and TypeMethodDescriptionprotected DirectExpressionEvaluationReportExpressionsCompiler.directEvaluation(JRExpression expression) protected DirectExpressionEvaluationStandardExpressionEvaluators.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 DirectExpressionEvaluatorStandardExpressionEvaluators.createDirectEvaluator(DirectExpressionEvaluation evaluation) Method parameters in net.sf.jasperreports.compilers with type arguments of type DirectExpressionEvaluationModifier and TypeMethodDescriptionvoidReportExpressionEvaluationData.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 TypeMethodDescriptionvoidJRCompilationUnit.setDirectEvaluations(Map<Integer, DirectExpressionEvaluation> directEvaluations)