public static final class DFA.MemAction.Copy extends DFA.MemAction
DFA.MemAction.Copy, DFA.MemAction.Set
Modifier and Type | Field and Description |
---|---|
int |
dst
The memory cell to copy to
|
int |
src
The memory cell to copy from
|
Modifier and Type | Method and Description |
---|---|
int |
getDest() |
int |
getSrc() |
copy, set, toString
public final int src
public final int dst
public int getDest()
getDest
in class DFA.MemAction
public int getSrc()
getSrc
in class DFA.MemAction