org.apache.bsf.engines.javascript
public class RhinoContextProxy extends Object
UNKNOWN: Administrator
Method Summary | |
---|---|
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() |