|
Simple Machine | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmachine.Register.NonClockedPort
public class Register.NonClockedPort
Register's non-clocked port value. Simplified view in which get returns the last value set for implementions where clock behaviour is abstracted away.
Constructor Summary | |
---|---|
Register.NonClockedPort()
|
Method Summary | |
---|---|
int |
get()
Get the value of this register's output port. |
int |
getUnsigned()
Get the value of this register's output port and treat it as unsigned. |
void |
set(long aValue)
Set a new value for this register's input port. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Register.NonClockedPort()
Method Detail |
---|
public int get()
public int getUnsigned()
public void set(long aValue)
|
Simple Machine | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |