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:
parent
a91b54c65f
commit
4daeebfcaa
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue