Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDILocation
All Known Subinterfaces:
ICDILocator

public interface ICDIAddressLocation
extends ICDILocation

Represents a line location in the debuggable program.


Method Summary
 BigInteger getAddress()
          Returns the address of this location.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILocation
equals
 

Method Detail

getAddress

BigInteger getAddress()
Returns the address of this location.

Returns:
BigInteger - the address of this location

Eclipse CDT
Pre-release 3.0

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