Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDILocationBreakpoint

All Superinterfaces:
ICDIBreakpoint, ICDIObject
All Known Subinterfaces:
ICDIAddressBreakpoint, ICDIFunctionBreakpoint, ICDILineBreakpoint

public interface ICDILocationBreakpoint
extends ICDIBreakpoint

Abstract class returning location of breakpoint: file, line, function, address.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
 
Method Summary
 ICDILocator getLocator()
          Returns the location of the breakpoint.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getLocator

ICDILocator getLocator()
Returns the location of the breakpoint.

Returns:
ICDILocator

Eclipse CDT
Pre-release 3.0

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