|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--arche.Storage
The abstraction of a processor's hardware structural elements. Storages for storing values somehow (regs, stacks, queues).
| Constructor Summary | |
Storage()
|
|
| Method Summary | |
abstract void |
clear()
|
abstract int |
getSize()
Returns the number of cells inside the storage. |
abstract short |
read()
|
abstract void |
write(short data)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Storage()
| Method Detail |
public abstract short read()
public abstract void write(short data)
public abstract void clear()
public abstract int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||