public interface ImageRegister
Represents the state of a CPU or FPU register
Method Summary
All Methods Instance Methods Abstract Methods
Get the name of the register.
Get the value of the register.
Method Details
getName
Get the name of the register.
Returns:
The conventional name of the register
getValue
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
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2024, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy . DRAFT 21.0.6-internal-adhoc.jenkins.BuildJDK21x86-64linuxPersonal