Package iota
Class NBranchTuple
java.lang.Object
iota.NTuple
iota.NBranchTuple
Representation of a branch instruction.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNBranchTuple
(int pc, int opcode, short location) Constructs an NBranchTuple object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the information pertaining to this tuple to standard output.
-
Field Details
-
location
public short locationBranch location.
-
-
Constructor Details
-
NBranchTuple
public NBranchTuple(int pc, int opcode, short location) Constructs an NBranchTuple object.- Parameters:
pc
- program counter of the tuple.opcode
- tuple opcode.location
- branch location.
-
-
Method Details
-
writeToStdOut
Writes the information pertaining to this tuple to standard output.- Specified by:
writeToStdOut
in classNTuple
- Parameters:
p
- for pretty printing with indentation.
-