Uses of Interface
org.eclipse.cdt.debug.core.sourcelookup.ICSourceLocation

Packages that use ICSourceLocation
org.eclipse.cdt.debug.core   
org.eclipse.cdt.debug.core.sourcelookup   
org.eclipse.cdt.debug.internal.core.sourcelookup   
 

Uses of ICSourceLocation in org.eclipse.cdt.debug.core
 

Methods in org.eclipse.cdt.debug.core that return ICSourceLocation
 ICSourceLocation[] CDebugCorePlugin.getCommonSourceLocations()
           
 

Methods in org.eclipse.cdt.debug.core with parameters of type ICSourceLocation
 void CDebugCorePlugin.saveCommonSourceLocations(ICSourceLocation[] locations)
           
 

Uses of ICSourceLocation in org.eclipse.cdt.debug.core.sourcelookup
 

Subinterfaces of ICSourceLocation in org.eclipse.cdt.debug.core.sourcelookup
 interface IDirectorySourceLocation
          Enter type comment.
 interface IProjectSourceLocation
          Enter type comment.
 

Methods in org.eclipse.cdt.debug.core.sourcelookup that return ICSourceLocation
 ICSourceLocation[] ICSourceLocator.getSourceLocations()
          Returns the source locations of this locator.
 

Methods in org.eclipse.cdt.debug.core.sourcelookup with parameters of type ICSourceLocation
 void ICSourceLocator.setSourceLocations(ICSourceLocation[] locations)
          Sets the source locations of this locator.
 

Uses of ICSourceLocation in org.eclipse.cdt.debug.internal.core.sourcelookup
 

Classes in org.eclipse.cdt.debug.internal.core.sourcelookup that implement ICSourceLocation
 class CDirectorySourceLocation
          Locates source elements in a directory in the local file system.
 class CProjectSourceLocation
          Locates source elements in a Java project.
 

Methods in org.eclipse.cdt.debug.internal.core.sourcelookup that return ICSourceLocation
static ICSourceLocation[] SourceUtils.getCommonSourceLocationsFromMemento(java.lang.String memento)
           
static ICSourceLocation[] CSourceLocator.getDefaultSourceLocations(org.eclipse.core.resources.IProject project)
          Returns a default collection of source locations for the given project.
 ICSourceLocation[] CSourceManager.getSourceLocations()
           
 ICSourceLocation[] CSourceLocator.getSourceLocations()
           
static ICSourceLocation[] SourceUtils.initializeSourceLocations(org.w3c.dom.Element root)
           
 

Methods in org.eclipse.cdt.debug.internal.core.sourcelookup with parameters of type ICSourceLocation
static org.eclipse.debug.core.sourcelookup.ISourceContainer[] SourceUtils.convertSourceLocations(ICSourceLocation[] locations)
           
static java.lang.String SourceUtils.getCommonSourceLocationsMemento(ICSourceLocation[] locations)
           
 void CSourceManager.setSourceLocations(ICSourceLocation[] locations)
           
 void CSourceLocator.setSourceLocations(ICSourceLocation[] locations)