1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

enw method getLocalVariableObjects.

This commit is contained in:
Alain Magloire 2003-03-13 20:11:14 +00:00
parent bfe0ba5321
commit c67f54a97c

View file

@ -69,6 +69,15 @@ public interface ICDIVariableManager extends ICDIManager {
*/
ICDIVariableObject getVariableObjectAsType(ICDIVariableObject var, String type) throws CDIException;
/**
* Method getVariableObjects.
* Returns all the local variable objects of that stackframe.
* @param stack
* @return ICDIVariableObject[]
* @throws CDIException
*/
ICDIVariableObject[] getLocalVariableObjects(ICDIStackFrame stack) throws CDIException;
/**
* Method getVariableObjects.
* Returns all the local variable objects of that stackframe.