|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmars.mips.hardware.AccessNotice
mars.mips.hardware.RegisterAccessNotice
public class RegisterAccessNotice
Object provided to Observers of runtime access to MIPS register. Observer can get the access type (R/W) and register number.
Field Summary |
---|
Fields inherited from class mars.mips.hardware.AccessNotice |
---|
READ, WRITE |
Method Summary | |
---|---|
String |
getRegisterName()
Fetch the register number of register accessed. |
String |
toString()
String representation indicates access type and which register |
Methods inherited from class mars.mips.hardware.AccessNotice |
---|
accessIsFromGUI, accessIsFromMIPS, getAccessType, getThread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getRegisterName()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |