Modifier and Type | Method and Description |
---|---|
int |
IJavaScriptBreakpointParticipant.scriptLoaded(IJavaScriptThread thread,
ScriptReference script,
IJavaScriptBreakpoint breakpoint)
Notification that the given
ScriptReference has been loaded
in the specified thread. |
Modifier and Type | Method and Description |
---|---|
ScriptReference |
Location.scriptReference()
Returns the underlying
ScriptReference for this Location or null if there was an exception creating the location. |
Modifier and Type | Method and Description |
---|---|
ScriptReference |
ScriptLoadEvent.script()
Returns the
ScriptReference that has been loaded. |
Modifier and Type | Method and Description |
---|---|
IFile |
ScriptResolver.getFile(ScriptReference script) |
IFile |
IScriptResolver.getFile(ScriptReference script)
This method is used to find the workspace
IFile that corresponds to the source URI from the given ScriptReference . |
boolean |
ScriptResolver.matches(ScriptReference script,
IPath path) |
boolean |
IScriptResolver.matches(ScriptReference script,
IPath path)
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.