1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

ICDIVariable extends ICDIVariableObject

This commit is contained in:
Alain Magloire 2003-03-13 20:10:57 +00:00
parent 5d1916545e
commit bfe0ba5321

View file

@ -15,8 +15,9 @@ import org.eclipse.cdt.debug.core.cdi.CDIException;
* *
* @since Jul 9, 2002 * @since Jul 9, 2002
*/ */
public interface ICDIVariable extends ICDIObject { public interface ICDIVariable extends ICDIVariableObject {
/** /**
* Returns the stackframe where the variable was found * Returns the stackframe where the variable was found
* may return null. * may return null.
@ -32,7 +33,7 @@ public interface ICDIVariable extends ICDIObject {
* @return the name of this variable * @return the name of this variable
* @throws CDIException if this method fails. Reasons include: * @throws CDIException if this method fails. Reasons include:
*/ */
String getName() throws CDIException; String getName();
/** /**
* Returns the type of data this variable is declared. * Returns the type of data this variable is declared.