mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
add equality for stackframe(not sure about this)
This commit is contained in:
parent
248184e423
commit
c81be1aa39
1 changed files with 5 additions and 0 deletions
|
@ -51,4 +51,9 @@ public interface ICDIStackFrame extends ICDIObject
|
|||
* @return the level of the stack frame
|
||||
*/
|
||||
int getLevel();
|
||||
|
||||
/**
|
||||
* Return true if the frames are the same.
|
||||
*/
|
||||
boolean equals(ICDIStackFrame stackframe);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue