Uses of Class
net.sf.jasperreports.engine.design.JRSourceCompileTask
-
Packages that use JRSourceCompileTask 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 JRSourceCompileTask in net.sf.jasperreports.compilers
Fields in net.sf.jasperreports.compilers declared as JRSourceCompileTask Modifier and Type Field Description protected JRSourceCompileTaskJRGroovyGenerator. sourceTaskMethods in net.sf.jasperreports.compilers with parameters of type JRSourceCompileTask Modifier and Type Method Description static java.lang.StringJRGroovyGenerator. generateClass(JRSourceCompileTask sourceTask)static java.lang.StringJRGroovyGenerator. generateClass(JRSourceCompileTask sourceTask, ReportClassFilter classFilter)protected JRCompilationSourceCodeJavaScriptCompilerBase. generateSourceCode(JRSourceCompileTask sourceTask)protected JRCompilationSourceCodeJRGroovyCompiler. generateSourceCode(JRSourceCompileTask sourceTask)Constructors in net.sf.jasperreports.compilers with parameters of type JRSourceCompileTask Constructor Description JRGroovyGenerator(JRSourceCompileTask sourceTask, ReportClassFilter classFilter) -
Uses of JRSourceCompileTask in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as JRSourceCompileTask Modifier and Type Field Description protected JRSourceCompileTaskJRClassGenerator. sourceTaskMethods in net.sf.jasperreports.engine.design that return JRSourceCompileTask Modifier and Type Method Description JRSourceCompileTaskJRCompilationUnit. getCompileTask()Returns the compile task for the unit.Methods in net.sf.jasperreports.engine.design with parameters of type JRSourceCompileTask Modifier and Type Method Description static JRCompilationSourceCodeJRClassGenerator. generateClass(JRSourceCompileTask sourceTask)Generates Java source code for evaluating the expressions of a report/dataset/crosstab.protected JRCompilationSourceCodeJRAbstractClassCompiler. generateSourceCode(JRSourceCompileTask sourceTask)protected abstract JRCompilationSourceCodeJRAbstractCompiler. generateSourceCode(JRSourceCompileTask sourceTask)Generates expression evaluator code.protected JRCompilationSourceCodeJRJdtCompiler. generateSourceCode(JRSourceCompileTask sourceTask)static JRCompilationSourceCodeJRClassGenerator. modifySource(JRSourceCompileTask sourceTask, java.util.Set<java.lang.reflect.Method> missingMethods, java.lang.String sourceCode)voidJRCompilationUnit. setSource(JRCompilationSourceCode sourceCode, java.io.File sourceFile, JRSourceCompileTask compileTask)Constructors in net.sf.jasperreports.engine.design with parameters of type JRSourceCompileTask Constructor Description JRClassGenerator(JRSourceCompileTask sourceTask)
-