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.
|
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 |
JavaScriptCompilerBase.generateSourceCode(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JRBshCompiler.generateSourceCode(JRSourceCompileTask sourceTask) |
protected JRCompilationSourceCode |
JRGroovyCompiler.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.
|
static JRCompilationSourceCode |
JRClassGenerator.modifySource(JRSourceCompileTask sourceTask,
java.util.Set<java.lang.reflect.Method> missingMethods,
java.lang.String sourceCode) |
Constructor and Description |
---|
JRClassGenerator(JRSourceCompileTask sourceTask) |
JRCompilationUnit(java.lang.String name,
JRCompilationSourceCode sourceCode,
java.io.File sourceFile,
java.util.List<JRExpression> expressions,
JRSourceCompileTask compileTask)
Creates a compilation unit.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com