Package iota
Class NIConstTuple
java.lang.Object
iota.NTuple
iota.NIConstTuple
Representation of an instruction for loading an integer constant.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the information pertaining to this tuple to standard output.
-
Field Details
-
N
public int NThe integer constant.
-
-
Constructor Details
-
NIConstTuple
public NIConstTuple(int pc, int N) Constructs an NIConstTuple object.- Parameters:
pc
- program counter of the tuple.N
- the integer constant.
-
-
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.
-