Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDILocator

All Superinterfaces:
ICDIAddressLocation, ICDIFileLocation, ICDIFunctionLocation, ICDILineLocation, ICDILocation

public interface ICDILocator
extends ICDIFileLocation, ICDILineLocation, ICDIFunctionLocation, ICDIAddressLocation

Locator contains information file:function:line:Address


Method Summary
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILocation
equals
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILineLocation
getLineNumber
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILocation
equals
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDIFunctionLocation
getFunction
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILocation
equals
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDIAddressLocation
getAddress
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.