org.apache.bsf.debug.meta
public class JsCodeStub extends JsObjectStub implements JsCode
Constructor Summary | |
---|---|
protected | JsCodeStub(SocketConnection con, int tid, int uid, boolean isFunction) |
Method Summary | |
---|---|
int[] | getLineNumbers()
Get array containing the line numbers that
can have breakpoints placed on them. |
String | getSourceName()
Get the name of the source (usually filename or URL)
of the script. |