public interface IJavaScriptDebugTarget
ScriptReference
Modifier and Type | Method and Description |
---|---|
java.util.List |
allScripts()
Returns the entire collection of
IScript s currently known to the VirtualMachine . |
java.util.List |
allScriptsByName(java.lang.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. |
java.util.List allScripts()
IScript
s currently known to the VirtualMachine
.null
IScript
s from the VirtualMachine
or an
empty collection, never null
java.util.List allScriptsByName(java.lang.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 terminatedIScriptGroup
for this targetCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.