org.apache.bsf.engines.javascript
public class JsEngineStub extends Skeleton implements JsEngine
UNKNOWN: Administrator
| Constructor Summary | |
|---|---|
| JsEngineStub(RhinoEngineDebugger rhinoDbg)
JsEngineStub constructor comment. | |
| Method Summary | |
|---|---|
| Object | eval(String docname, String exp, int lineNo) |
| JsContext | getContext(int depth) |
| int | getContextCount() |
| JsCallbacks | getDebugger()
Return the current debugger. |
| JsObject | getGlobalObject() |
| String | getThread() |
| String | getThreadGroup() |
| JsObject | getUndefinedValue() |
| boolean | isSuspended() |
| boolean | poll() |
| void | run() |
| void | setDebugger(JsCallbacks debugger)
Set the associated debugger. |
| void | stepIn() |
| void | stepOut() |
| void | stepOver() |
Returns: the debugger, or null if none is attached.
Parameters: debugger the debugger to be used on callbacks from the engine.