org.eclipse.cdt.debug.core.sourcelookup
Interface IProjectSourceLocation

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICSourceLocation
All Known Implementing Classes:
CProjectSourceLocation

public interface IProjectSourceLocation
extends ICSourceLocation

Enter type comment.

Since:
Dec 24, 2002

Method Summary
 org.eclipse.core.resources.IProject getProject()
           
 boolean isGeneric()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.sourcelookup.ICSourceLocation
dispose, findSourceElement, getMemento, initializeFrom, searchForDuplicateFiles, setSearchForDuplicateFiles
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getProject

org.eclipse.core.resources.IProject getProject()

isGeneric

boolean isGeneric()