Module openj9.dtfj

Class Register


  • public class Register
    extends Object
    Represents a register for a thread. The name is very system dependent.
    • Constructor Detail

      • Register

        public Register​(String name,
                        int size,
                        long value)
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name of the register
      • getSize

        public int getSize()
        Returns:
        the number of bits in the register
      • getValue

        public long getValue()
        Returns:
        the value held in the register