public interface IPDILocator extends IPDIFileLocation, IPDILineLocation, IPDIFunctionLocation, IPDIAddressLocation
Modifier and Type | Method and Description |
---|---|
boolean |
equalAddress(BigInteger oAddress)
Test if this locator matches the supplied address
|
boolean |
equalFile(String oFile)
Check if this locator matches the supplied file
|
boolean |
equalFunction(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
|
getLineNumber
getFunction
getFile
equals
getAddress
boolean equalAddress(BigInteger oAddress)
oAddress
- boolean equalFile(String oFile)
oFile
- boolean equalFunction(String oFunction)
oFunction
- boolean equalLine(int oLine)
oLine
- boolean equals(IPDILocator locator)
locator
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.