|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptDebugTarget
Description of our debug target
ScriptReference
Method Summary | |
---|---|
List |
allScripts()
Returns the entire collection of IScript s currently known to the VirtualMachine . |
List |
allScriptsByName(String name)
Returns all of the IScript s currently loaded in the VirtualMachine that have the
matching name. |
IScriptGroup |
getScriptGroup()
Returns the singleton IScriptGroup for this target. |
Method Detail |
---|
List allScripts()
IScript
s currently known to the VirtualMachine
.null
IScript
s from the VirtualMachine
or an
empty collection, never null
List allScriptsByName(String name)
IScript
s currently loaded in the VirtualMachine
that have the
matching name.null
name
-
IScript
s loaded in the VirtualMachine
with the given name
or an empty collection, never null
IScriptGroup getScriptGroup()
IScriptGroup
for this target.null
if the target has been disconnected or terminated
IScriptGroup
for this target
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |