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 | Method and Description |
---|---|
protected JRCompilationSourceCode |
JavaScriptCompilerBase.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 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.
|
static JRCompilationSourceCode |
JRClassGenerator.modifySource(JRSourceCompileTask sourceTask,
java.util.Set<java.lang.reflect.Method> missingMethods,
java.lang.String sourceCode) |
protected JRCompilationSourceCode |
JRClassGenerator.modifySource(java.util.Set<java.lang.reflect.Method> missingMethods,
java.lang.String sourceCode) |
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
JRAbstractCompiler.getSourceFile(java.io.File saveSourceDir,
java.lang.String unitName,
JRCompilationSourceCode sourceCode) |
Constructor and Description |
---|
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