|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mars.mips.hardware.AccessNotice | +--mars.mips.hardware.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 | |
java.lang.String |
getRegisterName()
Fetch the register number of register accessed. |
java.lang.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 java.lang.String getRegisterName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |