Package org.apache.bsf.debug.jsdi
Interface Summary |
JsCallbacks |
This interface is the callback for the JavaScript
debugger.
|
JsCode |
This interface exposes debugging information from executable
code (either functions or top-level scripts). |
JsContext | |
JsEngine |
Represents a remote engine as seen from the debugger.
|
JsFunction |
Represents a function in the engine since JavaScript
has code as first-class objects.
|
JsObject |
This is interface that all objects in JavaScript must implement.
|
JsScript |
Represents a script in the engine since JavaScript
has code as first-class objects.
|