Package | Description |
---|---|
net.sf.jasperreports.compilers | |
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
Modifier and Type | Method and Description |
---|---|
protected JRCompilationSourceCode |
JavaScriptCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JRBshCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JRGroovyCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
Modifier and Type | Class and Description |
---|---|
class |
JRDefaultCompilationSourceCode
Default
JRCompilationSourceCode implementation that can receive
a list of expressions corresponding to lines in the code. |
Modifier and Type | Method and 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 |
JRJdtCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected abstract JRCompilationSourceCode |
JRAbstractCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
Generates expression evaluator code.
|
protected JRCompilationSourceCode |
JRAbstractClassCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
JRCompilationSourceCode |
JRCompilationUnit.getCompilationSource()
Returns the compilation source code unit.
|
Constructor and Description |
---|
JRCompilationUnit(java.lang.String name,
JRCompilationSourceCode sourceCode,
java.io.File sourceFile,
java.util.List expressions,
JRSourceCompileTask compileTask)
Creates a compilation unit.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com