first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.sf.jasperreports.engine.design;
|
||||
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
|
||||
public interface JRCompilationSourceCode {
|
||||
String getCode();
|
||||
|
||||
JRExpression getExpressionAtLine(int paramInt);
|
||||
}
|
Reference in New Issue
Block a user