org.apache.bsf.debug.meta

Class JsCodeStub

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.
StringgetSourceName()
Get the name of the source (usually filename or URL) of the script.

Constructor Detail

JsCodeStub

protected JsCodeStub(SocketConnection con, int tid, int uid, boolean isFunction)

Method Detail

getLineNumbers

public int[] getLineNumbers()
Get array containing the line numbers that can have breakpoints placed on them.

getSourceName

public String getSourceName()
Get the name of the source (usually filename or URL) of the script.