Uses of Class
net.sf.jasperreports.engine.design.JRSourceCompileTask
-
Packages that use JRSourceCompileTask Package Description net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.groovy net.sf.jasperreports.javascript net.sf.jasperreports.jdt -
-
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 JRSourceCompileTask
JRClassGenerator. sourceTask
Methods in net.sf.jasperreports.engine.design that return JRSourceCompileTask Modifier and Type Method Description JRSourceCompileTask
JRCompilationUnit. 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 JRCompilationSourceCode
JRClassGenerator. generateClass(JRSourceCompileTask sourceTask)
Generates Java source code for evaluating the expressions of a report/dataset/crosstab.protected JRCompilationSourceCode
JRAbstractClassCompiler. generateSourceCode(JRSourceCompileTask sourceTask)
protected abstract JRCompilationSourceCode
JRAbstractCompiler. generateSourceCode(JRSourceCompileTask sourceTask)
Generates expression evaluator code.static JRCompilationSourceCode
JRClassGenerator. modifySource(JRSourceCompileTask sourceTask, Set<Method> missingMethods, String sourceCode)
void
JRCompilationUnit. setSource(JRCompilationSourceCode sourceCode, File sourceFile, JRSourceCompileTask compileTask)
Constructors in net.sf.jasperreports.engine.design with parameters of type JRSourceCompileTask Constructor Description JRClassGenerator(JRSourceCompileTask sourceTask)
-
Uses of JRSourceCompileTask in net.sf.jasperreports.groovy
Fields in net.sf.jasperreports.groovy declared as JRSourceCompileTask Modifier and Type Field Description protected JRSourceCompileTask
JRGroovyGenerator. sourceTask
Methods in net.sf.jasperreports.groovy with parameters of type JRSourceCompileTask Modifier and Type Method Description static String
JRGroovyGenerator. generateClass(JRSourceCompileTask sourceTask)
static String
JRGroovyGenerator. generateClass(JRSourceCompileTask sourceTask, ReportClassFilter classFilter)
protected JRCompilationSourceCode
JRGroovyCompiler. generateSourceCode(JRSourceCompileTask sourceTask)
Constructors in net.sf.jasperreports.groovy with parameters of type JRSourceCompileTask Constructor Description JRGroovyGenerator(JRSourceCompileTask sourceTask, ReportClassFilter classFilter)
-
Uses of JRSourceCompileTask in net.sf.jasperreports.javascript
Methods in net.sf.jasperreports.javascript with parameters of type JRSourceCompileTask Modifier and Type Method Description protected JRCompilationSourceCode
JavaScriptCompilerBase. generateSourceCode(JRSourceCompileTask sourceTask)
-
Uses of JRSourceCompileTask in net.sf.jasperreports.jdt
Methods in net.sf.jasperreports.jdt with parameters of type JRSourceCompileTask Modifier and Type Method Description protected JRCompilationSourceCode
JRJdtCompiler. generateSourceCode(JRSourceCompileTask sourceTask)
-