mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
ICDIVariable extends ICDIVariableObject
This commit is contained in:
parent
5d1916545e
commit
bfe0ba5321
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@ import org.eclipse.cdt.debug.core.cdi.CDIException;
|
|||
*
|
||||
* @since Jul 9, 2002
|
||||
*/
|
||||
public interface ICDIVariable extends ICDIObject {
|
||||
public interface ICDIVariable extends ICDIVariableObject {
|
||||
|
||||
|
||||
/**
|
||||
* Returns the stackframe where the variable was found
|
||||
* may return null.
|
||||
|
@ -32,7 +33,7 @@ public interface ICDIVariable extends ICDIObject {
|
|||
* @return the name of this variable
|
||||
* @throws CDIException if this method fails. Reasons include:
|
||||
*/
|
||||
String getName() throws CDIException;
|
||||
String getName();
|
||||
|
||||
/**
|
||||
* Returns the type of data this variable is declared.
|
||||
|
|
Loading…
Add table
Reference in a new issue