1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Added getLeve() method.

This commit is contained in:
Alain Magloire 2002-08-16 04:45:02 +00:00
parent a91b54c65f
commit 4daeebfcaa

View file

@ -44,4 +44,9 @@ public interface ICDIStackFrame extends ICDIObject
* @throws CDIException if this method fails. Reasons include:
*/
ICDIArgument[] getArguments() throws CDIException;
/**
* Returns the level of the stack frame.
*/
int getLevel();
}