Package | Description |
---|---|
org.eclipse.wst.jsdt.debug.core.jsdi | |
org.eclipse.wst.jsdt.debug.core.jsdi.request |
Modifier and Type | Method and Description |
---|---|
Location |
ScriptReference.functionLocation(java.lang.String functionName)
Returns the
Location information for a function with the given name in this script. |
Location |
ScriptReference.lineLocation(int lineNumber)
Returns the
Location information for the given line number in this script. |
Location |
StackFrame.location()
The current
Location associated with this StackFrame . |
Location |
Locatable.location()
Returns the
Location . |
Modifier and Type | Method and Description |
---|---|
BreakpointRequest |
EventRequestManager.createBreakpointRequest(Location location)
Creates a new
BreakpointRequest for the given Location . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.