Uses of Interface
net.sf.jasperreports.compilers.DirectExpressionEvaluation
-
Packages that use DirectExpressionEvaluation Package Description net.sf.jasperreports.compilers Contains classes for report compiling and expressions evaluating.net.sf.jasperreports.engine.design 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 DirectExpressionEvaluation Modifier and Type Class Description classConstantExpressionEvaluationclassFieldEvaluationclassParameterEvaluationclassResourceEvaluationclassSimpleTextEvaluationclassVariableEvaluationMethods in net.sf.jasperreports.compilers that return DirectExpressionEvaluation Modifier and Type Method Description protected DirectExpressionEvaluationReportExpressionsCompiler. directEvaluation(JRExpression expression)protected DirectExpressionEvaluationStandardExpressionEvaluators. directEvaluation(int expressionId)Methods in net.sf.jasperreports.compilers that return types with arguments of type DirectExpressionEvaluation Modifier and Type Method Description protected Map<String,DirectExpressionEvaluation>ReportExpressionsCompiler. constantEvaluations()Map<Integer,DirectExpressionEvaluation>ReportExpressionEvaluationData. getDirectEvaluations()Map<Integer,DirectExpressionEvaluation>ReportExpressionsCompilation. getDirectEvaluations()Methods in net.sf.jasperreports.compilers with parameters of type DirectExpressionEvaluation Modifier and Type Method Description protected DirectExpressionEvaluatorStandardExpressionEvaluators. createDirectEvaluator(DirectExpressionEvaluation evaluation)Method parameters in net.sf.jasperreports.compilers with type arguments of type DirectExpressionEvaluation Modifier and Type Method Description voidReportExpressionEvaluationData. setDirectEvaluations(Map<Integer,DirectExpressionEvaluation> directEvaluations)Constructor parameters in net.sf.jasperreports.compilers with type arguments of type DirectExpressionEvaluation Constructor Description ReportExpressionsCompilation(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 DirectExpressionEvaluation Modifier and Type Method Description Map<Integer,DirectExpressionEvaluation>JRCompilationUnit. getDirectEvaluations()Method parameters in net.sf.jasperreports.engine.design with type arguments of type DirectExpressionEvaluation Modifier and Type Method Description voidJRCompilationUnit. setDirectEvaluations(Map<Integer,DirectExpressionEvaluation> directEvaluations)
-