mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
The getArguments method should return an array of ICArgument type.
This commit is contained in:
parent
ac5ef77825
commit
619ee91fb2
1 changed files with 1 additions and 1 deletions
|
@ -43,5 +43,5 @@ public interface ICStackFrame extends ICObject
|
|||
* @return a collection of arguments
|
||||
* @throws CDIException if this method fails. Reasons include:
|
||||
*/
|
||||
ICVariable[] getArguments() throws CDIException;
|
||||
ICArgument[] getArguments() throws CDIException;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue