org.apache.bsf.debug.meta
Class JsCodeStub
- JsCode, JsObject, Remote, RemoteService
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.
|
define, delete, delete, get, get, getClassName, getDefaultValue, getIds, getPrototype, getScope, has, has, hasInstance, isA, isFunction, isNotFound, isScript, isUndefined, put, put, setPrototype, setScope |
Init, addListener, completeFuture, createFuture, equals, getConnection, getTid, getUid, removeListener, revokeFuture, revoked, suspendFuture, swizzle |
JsCodeStub
protected JsCodeStub(SocketConnection con,
int tid,
int uid,
boolean isFunction)
getLineNumbers
public int[] getLineNumbers()
throws RemoteException Get array containing the line numbers that
can have breakpoints placed on them.
- getLineNumbers in interface JsCode
getSourceName
public String getSourceName()
throws RemoteException Get the name of the source (usually filename or URL)
of the script.
- getSourceName in interface JsCode