JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.jsdi.Location

Packages that use Location
org.eclipse.wst.jsdt.debug.core.jsdi   
org.eclipse.wst.jsdt.debug.core.jsdi.request   
 

Uses of Location in org.eclipse.wst.jsdt.debug.core.jsdi
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi that return Location
 Location ScriptReference.functionLocation(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 Locatable.location()
          Returns the Location.
 Location StackFrame.location()
          The current Location associated with this StackFrame.
 

Uses of Location in org.eclipse.wst.jsdt.debug.core.jsdi.request
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi.request with parameters of type Location
 BreakpointRequest EventRequestManager.createBreakpointRequest(Location location)
          Creates a new BreakpointRequest for the given Location.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.