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 | Field and Description |
---|---|
protected JRSourceCompileTask |
JRBshGenerator.sourceTask |
protected JRSourceCompileTask |
JRGroovyGenerator.sourceTask |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
JRGroovyGenerator.generateClass(JRSourceCompileTask sourceTask) |
static java.lang.String |
JRBshGenerator.generateScript(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JRGroovyCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JRBshCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JavaScriptCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
Constructor and Description |
---|
JRBshGenerator(JRSourceCompileTask sourceTask) |
JRGroovyGenerator(JRSourceCompileTask sourceTask) |
Modifier and Type | Field and Description |
---|---|
protected JRSourceCompileTask |
JRClassGenerator.sourceTask |
Modifier and Type | Method and Description |
---|---|
JRSourceCompileTask |
JRCompilationUnit.getCompileTask()
Returns the compile task for the unit.
|
Modifier and Type | Method and Description |
---|---|
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 JRCompilationSourceCode |
JRAbstractClassCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected abstract JRCompilationSourceCode |
JRAbstractCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
Generates expression evaluator code.
|
Constructor and Description |
---|
JRClassGenerator(JRSourceCompileTask sourceTask) |
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