PTP
Release 5.0

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

All Superinterfaces:
IPDIAddressLocation, IPDIFileLocation, IPDIFunctionLocation, IPDILineLocation, IPDILocation

public interface IPDILocator
extends IPDIFileLocation, IPDILineLocation, IPDIFunctionLocation, IPDIAddressLocation

Represents the information of file, function, line, address


Method Summary
 boolean equalAddress(BigInteger oAddress)
           
 boolean equalFile(String oFile)
           
 boolean equalFunction(String oFunction)
           
 boolean equalLine(int oLine)
           
 boolean equals(IPDILocator locator)
           
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILineLocation
getLineNumber
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDIFunctionLocation
getFunction
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDIAddressLocation
getAddress
 

Method Detail

equalAddress

boolean equalAddress(BigInteger oAddress)
Parameters:
oAddress -
Returns:

equalFile

boolean equalFile(String oFile)
Parameters:
oFile -
Returns:

equalFunction

boolean equalFunction(String oFunction)
Parameters:
oFunction -
Returns:

equalLine

boolean equalLine(int oLine)
Parameters:
oLine -
Returns:

equals

boolean equals(IPDILocator locator)
Parameters:
locator -
Returns:

PTP
Release 5.0

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