PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi
Interface IPDIAddressLocation

All Superinterfaces:
IPDILocation
All Known Subinterfaces:
IPDILocator

public interface IPDIAddressLocation
extends IPDILocation

Represents the address location in the debuggable program


Method Summary
 java.math.BigInteger getAddress()
          Returns the address of this location or null if the address is unknown
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 

Method Detail

getAddress

java.math.BigInteger getAddress()
Returns the address of this location or null if the address is unknown

Returns:
the address of this location

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.