PTP
Release 7.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(java.math.BigInteger oAddress)
          Test if this locator matches the supplied address
 boolean equalFile(java.lang.String oFile)
          Check if this locator matches the supplied file
 boolean equalFunction(java.lang.String oFunction)
          Check if the locator matches the supplied function
 boolean equalLine(int oLine)
          Check if this locator matches the supplied line
 boolean equals(IPDILocator locator)
          Check if this locator matches the supplied locator
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILineLocation
getLineNumber
 
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(java.math.BigInteger oAddress)
Test if this locator matches the supplied address

Parameters:
oAddress -
Returns:

equalFile

boolean equalFile(java.lang.String oFile)
Check if this locator matches the supplied file

Parameters:
oFile -
Returns:

equalFunction

boolean equalFunction(java.lang.String oFunction)
Check if the locator matches the supplied function

Parameters:
oFunction -
Returns:

equalLine

boolean equalLine(int oLine)
Check if this locator matches the supplied line

Parameters:
oLine -
Returns:

equals

boolean equals(IPDILocator locator)
Check if this locator matches the supplied locator

Parameters:
locator -
Returns:

PTP
Release 7.0

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