java.lang.Object
com.ibm.dtfj.corereaders.Register
Represents a register for a thread. The name is very system dependent.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Register
-
-
Method Details
-
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
-