Package iota

Class NLoadStoreTuple

java.lang.Object
iota.NTuple
iota.NLoadStoreTuple

class NLoadStoreTuple extends NTuple
Representation of a load-store instruction.
  • Field Details

    • index

      public byte index
      Index of the variable to load from or store to.
  • Constructor Details

    • NLoadStoreTuple

      public NLoadStoreTuple(int pc, int opcode, byte index)
      Constructs an NLoadStoreTuple object.
      Parameters:
      pc - program counter of the tuple.
      opcode - tuple opcode.
      index - variable index.
  • 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.