1
0
Fork 0
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:
Alain Magloire 2002-08-20 04:10:16 +00:00
parent 248184e423
commit c81be1aa39

View file

@ -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);
}