mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
equals() method add
This commit is contained in:
parent
cb3def3656
commit
e1c0a5fdee
1 changed files with 6 additions and 0 deletions
|
@ -66,4 +66,10 @@ public interface ICDILocation
|
|||
* @throws CDIException on failure. Reasons include:
|
||||
*/
|
||||
ICDIInstruction[] getInstructions( int maxCount ) throws CDIException;
|
||||
|
||||
/**
|
||||
* Return true if the both location refers to the same
|
||||
* place.
|
||||
*/
|
||||
boolean equals(ICDILocation location);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue