public class RhinoContextProxy
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
cancelStepping() |
JsContextStub |
entry_exit_mode() |
JsContextStub |
exceptionThrown() |
JsContextStub |
getContext(int depth) |
int |
getContextCount() |
JsContextStub |
getFrame(int no) |
int |
getLineNumber() |
RhinoEngineDebugger |
getRhinoEngineDebugger() |
JsContextStub |
hitBreakpoint() |
void |
resumed() |
void |
run() |
void |
stepIn() |
void |
stepOut() |
void |
stepOver() |
JsContextStub |
stepping() |
void |
stopEngine() |
void |
updateStack() |
public void cancelStepping()
public JsContextStub getContext(int depth)
public int getContextCount()
public JsContextStub getFrame(int no)
public int getLineNumber()
public RhinoEngineDebugger getRhinoEngineDebugger()
public JsContextStub hitBreakpoint() throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic JsContextStub exceptionThrown() throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void resumed()
public void run()
public void stepIn()
public void stepOut()
public void stepOver()
public JsContextStub entry_exit_mode() throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic JsContextStub stepping()
public void stopEngine()
public void updateStack()
throws java.rmi.RemoteException
java.rmi.RemoteException