public interface IPDILocator extends IPDIFileLocation, IPDILineLocation, IPDIFunctionLocation, IPDIAddressLocation
| Modifier and Type | Method and Description |
|---|---|
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
|
getLineNumbergetFunctiongetFileequalsgetAddressboolean equalAddress(java.math.BigInteger oAddress)
oAddress - boolean equalFile(java.lang.String oFile)
oFile - boolean equalFunction(java.lang.String oFunction)
oFunction - boolean equalLine(int oLine)
oLine - boolean equals(IPDILocator locator)
locator - Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.