javax.tools.diagnostics.image
Interface ImageRegister


public interface ImageRegister

Represents the state of a CPU or FPU register


Method Summary
 java.lang.String getName()
          Fetch the name of a register.
 java.lang.Number getValue()
          Get the value for the register.
 

Method Detail

getName

java.lang.String getName()
Fetch the name of a register. On some CPUs registers may have more than one conventional name. Recommended names for some CPUs are provided in the user guide.

Returns:
the conventional name of the register

getValue

java.lang.Number getValue()
                          throws CorruptDataException
Get the value for the register.

Returns:
an integral or floating point type which contains the value for the register. The returned value may be an instance of any subclass of Number. For instance, on x86 architectures with MMX, the XMM registers will be returned as BigInteger instances
Throws:
CorruptDataException


Copyright © 2010. All Rights Reserved.