Uses of Interface
net.sf.jasperreports.engine.design.JRCompilationSourceCode
-
Packages that use JRCompilationSourceCode 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 JRCompilationSourceCode in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCompilationSourceCode Modifier and Type Class Description class
JRDefaultCompilationSourceCode
DefaultJRCompilationSourceCode
implementation that can receive a list of expressions corresponding to lines in the code.Methods in net.sf.jasperreports.engine.design that return JRCompilationSourceCode Modifier and Type Method Description protected JRCompilationSourceCode
JRClassGenerator. generateClass()
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.JRCompilationSourceCode
JRCompilationUnit. getCompilationSource()
Returns the compilation source code unit.protected JRCompilationSourceCode
JRClassGenerator. modifySource(Set<Method> missingMethods, String sourceCode)
static JRCompilationSourceCode
JRClassGenerator. modifySource(JRSourceCompileTask sourceTask, Set<Method> missingMethods, String sourceCode)
Methods in net.sf.jasperreports.engine.design with parameters of type JRCompilationSourceCode Modifier and Type Method Description protected File
JRAbstractCompiler. getSourceFile(File saveSourceDir, String unitName, JRCompilationSourceCode sourceCode)
void
JRCompilationUnit. setSource(JRCompilationSourceCode sourceCode, File sourceFile, JRSourceCompileTask compileTask)
-
Uses of JRCompilationSourceCode in net.sf.jasperreports.groovy
Methods in net.sf.jasperreports.groovy that return JRCompilationSourceCode Modifier and Type Method Description protected JRCompilationSourceCode
JRGroovyCompiler. generateSourceCode(JRSourceCompileTask sourceTask)
-
Uses of JRCompilationSourceCode in net.sf.jasperreports.javascript
Methods in net.sf.jasperreports.javascript that return JRCompilationSourceCode Modifier and Type Method Description protected JRCompilationSourceCode
JavaScriptCompilerBase. generateSourceCode(JRSourceCompileTask sourceTask)
-
Uses of JRCompilationSourceCode in net.sf.jasperreports.jdt
Methods in net.sf.jasperreports.jdt that return JRCompilationSourceCode Modifier and Type Method Description protected JRCompilationSourceCode
JRJdtCompiler. generateSourceCode(JRSourceCompileTask sourceTask)
-