| Package | Description |
|---|---|
| org.apache.bsf.dbline | |
| org.apache.bsf.debug.jsdi | |
| org.apache.bsf.debug.meta | |
| org.apache.bsf.engines.javascript |
| Modifier and Type | Class and Description |
|---|---|
class |
Callbacks
This object is the remote object that will be passed to
the remote debug manager as both the BSFDebugger and
the JavaScript-specific callback object.
|
| Modifier and Type | Method and Description |
|---|---|
JsCallbacks |
JsEngine.getDebugger()
Return the current debugger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsEngine.setDebugger(JsCallbacks debugger)
Set the associated debugger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DebuggerStub |
class |
JsCallbacksStub |
| Modifier and Type | Method and Description |
|---|---|
JsCallbacks |
JsEngineStub.getDebugger()
Return the current debugger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsEngineStub.setDebugger(JsCallbacks debugger)
Set the associated debugger.
|
| Modifier and Type | Method and Description |
|---|---|
JsCallbacks |
JsEngineStub.getDebugger()
Return the current debugger.
|
JsCallbacks |
RhinoEngineDebugger.getDebugger()
Return the current debugger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsEngineStub.setDebugger(JsCallbacks debugger)
Set the associated debugger.
|
void |
RhinoEngineDebugger.setDebugger(JsCallbacks debugger)
Set the associated debugger.
|