|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDILocator
Represents the information of file, function, line, address
| Method Summary | |
|---|---|
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 |
| 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 |
|---|
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 -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||