Package | Description |
---|---|
ch.wlkl.processor |
Modifier and Type | Class and Description |
---|---|
class |
GateAnd |
class |
GateInL |
class |
GateNot |
class |
GateOr |
class |
Store |
Modifier and Type | Field and Description |
---|---|
static Gate[] |
Gate.cArTrue |
static Gate |
Gate.cFalse |
static Gate |
Gate.cTrue |
Gate |
Store.iSet |
Gate |
Store.iVal |
Gate[] |
GateAdd.out |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Gate> |
GateInL.in |
Modifier and Type | Method and Description |
---|---|
static int |
Memory.a2i(Gate[] arr) |
GateInL |
GateInL.addIn(Gate i) |
void |
Gate.addOut(Gate c) |
static void |
Memory.i2a(int v,
Gate[] arr) |
static Store[] |
Store.newArray(int sz,
Gate gSet) |
static Store[] |
Store.newArray(int sz,
Gate gSet,
Gate[] iVal) |
static Store[] |
Store.newArray(int sz,
Gate gSet,
Gate[] iVal) |
Constructor and Description |
---|
GateAdd(Gate[] left,
Gate[] right) |
GateAdd(Gate[] left,
Gate[] right) |
GateAnd(Gate... gates) |
GateInL(Gate... gates) |
GateNot(Gate i) |
GateOr(Gate... gates) |
Store(java.lang.String nm,
Gate s,
Gate v) |