Package iota

Class NNoArgTuple

java.lang.Object
iota.NTuple
iota.NNoArgTuple

class NNoArgTuple extends NTuple
Representation of a no-argument instruction.
  • 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

      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.