Package | Description |
---|---|
net.sf.jasperreports.compilers |
Contains classes for report compiling and expressions evaluating.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptCompilerBase.ScriptExpressionVisitor.visitFieldChunk(JRExpressionChunk chunk) |
void |
JavaScriptCompilerBase.ScriptExpressionVisitor.visitParameterChunk(JRExpressionChunk chunk) |
void |
JavaScriptCompilerBase.ScriptExpressionVisitor.visitResourceChunk(JRExpressionChunk chunk) |
void |
JavaScriptCompilerBase.ScriptExpressionVisitor.visitTextChunk(JRExpressionChunk chunk) |
void |
JavaScriptCompilerBase.ScriptExpressionVisitor.visitVariableChunk(JRExpressionChunk chunk) |
Modifier and Type | Method and Description |
---|---|
JRExpressionChunk[] |
JRExpression.getChunks() |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseExpressionChunk |
Modifier and Type | Method and Description |
---|---|
JRExpressionChunk[] |
JRBaseExpression.getChunks() |
Modifier and Type | Method and Description |
---|---|
protected JRBaseExpressionChunk |
JRBaseObjectFactory.getExpressionChunk(JRExpressionChunk expressionChunk) |
Constructor and Description |
---|
JRBaseExpressionChunk(JRExpressionChunk queryChunk,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignExpressionChunk |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRExpressionChunk> |
JRDesignExpression.chunks |
Modifier and Type | Method and Description |
---|---|
JRExpressionChunk[] |
JRDesignExpression.getChunks() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignExpression.setChunks(java.util.List<JRExpressionChunk> chunks)
Clears the current list of chunks and adds the passed list of chunks.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionChunkVisitor.visitFieldChunk(JRExpressionChunk chunk) |
void |
CompositeExpressionChunkVisitor.visitFieldChunk(JRExpressionChunk chunk) |
void |
ExpressionChunkVisitor.visitParameterChunk(JRExpressionChunk chunk) |
void |
CompositeExpressionChunkVisitor.visitParameterChunk(JRExpressionChunk chunk) |
void |
ExpressionChunkVisitor.visitResourceChunk(JRExpressionChunk chunk) |
void |
CompositeExpressionChunkVisitor.visitResourceChunk(JRExpressionChunk chunk) |
void |
ExpressionChunkVisitor.visitTextChunk(JRExpressionChunk chunk) |
void |
CompositeExpressionChunkVisitor.visitTextChunk(JRExpressionChunk chunk) |
void |
ExpressionChunkVisitor.visitVariableChunk(JRExpressionChunk chunk) |
void |
CompositeExpressionChunkVisitor.visitVariableChunk(JRExpressionChunk chunk) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com