Uses of Interface
net.sf.jasperreports.engine.design.JRCompilationSourceCode
-
Packages that use JRCompilationSourceCode 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 JRCompilationSourceCode in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers that return JRCompilationSourceCode Modifier and Type Method Description protected JRCompilationSourceCodeJavaScriptCompilerBase. generateSourceCode(JRSourceCompileTask sourceTask)protected JRCompilationSourceCodeJRGroovyCompiler. generateSourceCode(JRSourceCompileTask sourceTask) -
Uses of JRCompilationSourceCode in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCompilationSourceCode Modifier and Type Class Description classJRDefaultCompilationSourceCodeDefaultJRCompilationSourceCodeimplementation 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 JRCompilationSourceCodeJRClassGenerator. generateClass()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)JRCompilationSourceCodeJRCompilationUnit. getCompilationSource()Returns the compilation source code unit.protected JRCompilationSourceCodeJRClassGenerator. modifySource(Set<Method> missingMethods, String sourceCode)static JRCompilationSourceCodeJRClassGenerator. 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 FileJRAbstractCompiler. getSourceFile(File saveSourceDir, String unitName, JRCompilationSourceCode sourceCode)voidJRCompilationUnit. setSource(JRCompilationSourceCode sourceCode, File sourceFile, JRSourceCompileTask compileTask)
-