Package iota
Class NNoArgTuple
java.lang.Object
iota.NTuple
iota.NNoArgTuple
Representation of a no-argument instruction.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the information pertaining to this tuple to standard output.
-
Constructor Details
-
NNoArgTuple
public NNoArgTuple(int pc, int opcode) Constructs an NNoArgTuple object.- Parameters:
pc
- program counter of the tuple.opcode
- tuple opcode.
-
-
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.
-