org.eclipse.cdt.debug.core.model
Interface IRegisterDescriptor

All Known Implementing Classes:
CRegisterDescriptor

public interface IRegisterDescriptor

Describes a register.

Since:
3.0

Method Summary
 java.lang.String getGroupName()
          Returns the name of the hardware register group this register belongs to
 java.lang.String getName()
          Returns the regiser's name
 

Method Detail

getName

java.lang.String getName()
Returns the regiser's name

Returns:
the register's name

getGroupName

java.lang.String getGroupName()
Returns the name of the hardware register group this register belongs to

Returns:
the name of the hardware register group