|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRCompilationSourceCode
A source code unit to be compiled by a report compiler.
In addition to the source code itself, the unit offers the possibility of determining whether a line of code corresponds to a report expression.
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the source code. |
JRExpression |
getExpressionAtLine(int line)
Determines whether a line of code corresponds to a report expression. |
| Method Detail |
|---|
java.lang.String getCode()
JRExpression getExpressionAtLine(int line)
line - the line number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||