Package iota

Class NIConstTuple

java.lang.Object
iota.NTuple
iota.NIConstTuple

class NIConstTuple extends NTuple
Representation of an instruction for loading an integer constant.
  • Field Details

    • N

      public int N
      The 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

      public void writeToStdOut(PrettyPrinter p)
      Writes the information pertaining to this tuple to standard output.
      Specified by:
      writeToStdOut in class NTuple
      Parameters:
      p - for pretty printing with indentation.