mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
remove registerGroup.
This commit is contained in:
parent
bc181b4222
commit
248184e423
1 changed files with 1 additions and 9 deletions
|
@ -15,13 +15,5 @@ import org.eclipse.cdt.debug.core.cdi.CDIException;
|
||||||
*
|
*
|
||||||
* @since Jul 9, 2002
|
* @since Jul 9, 2002
|
||||||
*/
|
*/
|
||||||
public interface ICDIRegister extends ICDIVariable
|
public interface ICDIRegister extends ICDIVariable {
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Returns the register group this register is contained in.
|
|
||||||
*
|
|
||||||
* @return the register group this register is contained in
|
|
||||||
* @exception CDIException if this method fails. Reasons include:
|
|
||||||
*/
|
|
||||||
ICDIRegisterGroup getRegisterGroup() throws CDIException;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue