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 class
ConstantExpressionEvaluation
class
FieldEvaluation
class
ParameterEvaluation
class
ResourceEvaluation
class
SimpleTextEvaluation
class
VariableEvaluation
Methods in net.sf.jasperreports.compilers that return DirectExpressionEvaluation Modifier and Type Method Description protected DirectExpressionEvaluation
ReportExpressionsCompiler. directEvaluation(JRExpression expression)
protected DirectExpressionEvaluation
StandardExpressionEvaluators. 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 DirectExpressionEvaluator
StandardExpressionEvaluators. createDirectEvaluator(DirectExpressionEvaluation evaluation)
Method parameters in net.sf.jasperreports.compilers with type arguments of type DirectExpressionEvaluation Modifier and Type Method Description void
ReportExpressionEvaluationData. 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 void
JRCompilationUnit. setDirectEvaluations(Map<Integer,DirectExpressionEvaluation> directEvaluations)
-