mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
enw method getLocalVariableObjects.
This commit is contained in:
parent
bfe0ba5321
commit
c67f54a97c
1 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,15 @@ public interface ICDIVariableManager extends ICDIManager {
|
||||||
*/
|
*/
|
||||||
ICDIVariableObject getVariableObjectAsType(ICDIVariableObject var, String type) throws CDIException;
|
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.
|
* Method getVariableObjects.
|
||||||
* Returns all the local variable objects of that stackframe.
|
* Returns all the local variable objects of that stackframe.
|
||||||
|
|
Loading…
Add table
Reference in a new issue