public class JsCodeStub extends JsObjectStub implements JsCode
| Modifier | Constructor and Description |
|---|---|
protected |
JsCodeStub(SocketConnection con,
int tid,
int uid,
boolean isFunction) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getLineNumbers()
Get array containing the line numbers that
can have breakpoints placed on them.
|
java.lang.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, setScopeaddListener, completeFuture, createFuture, equals, getConnection, getTid, getUid, Init, removeListener, revoked, revokeFuture, suspendFuture, swizzleclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefine, delete, delete, get, get, getClassName, getDefaultValue, getIds, getPrototype, getScope, has, has, hasInstance, isFunction, isScript, put, put, setPrototype, setScopeprotected JsCodeStub(SocketConnection con, int tid, int uid, boolean isFunction)
public int[] getLineNumbers()
throws java.rmi.RemoteException
getLineNumbers in interface JsCodejava.rmi.RemoteExceptionpublic java.lang.String getSourceName()
throws java.rmi.RemoteException
getSourceName in interface JsCodejava.rmi.RemoteException