class NTuple extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
isLeader
Is this tuple the leader of the block containing it.
|
String |
mnemonic
String representation (mnemonic) of the instruction.
|
int |
opcode
Opcode of the instruction.
|
ArrayList<Short> |
operands
Operands of the instructions.
|
int |
pc
Program counter of the instruction.
|
public int pc
public int opcode
public String mnemonic
public boolean isLeader
public void writeToStdOut(PrettyPrinter p)
p
- for pretty printing with indentation.