- 
- All Known Implementing Classes:
- ImageRegister,- J9DDRImageRegister,- JCImageRegister
 
 public interface ImageRegisterRepresents the state of a CPU or FPU register
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the register.NumbergetValue()Get the value of the register.
 
- 
- 
- 
Method Detail- 
getNameString getName() Get the name of the register.- Returns:
- The conventional name of the register
 
 - 
getValueNumber getValue() throws CorruptDataException Get the value of the register.- Returns:
- An integral or floating point type which contains the value of the register. The returned value may be an instance of any subclass of Number. On 32-bit and 31-bit platforms the value is usually an Integer, and on 64-bit platforms the value is usually a Long. On x86 architectures with MMX, the XMM registers are returned as BigInteger.
- Throws:
- CorruptDataException
 
 
- 
 
-