Package iota

Class NBranchTuple

java.lang.Object
iota.NTuple
iota.NBranchTuple

class NBranchTuple extends NTuple
Representation of a branch instruction.
  • Field Details

    • location

      public short location
      Branch location.
  • Constructor Details

    • NBranchTuple

      public NBranchTuple(int pc, int opcode, short location)
      Constructs an NBranchTuple object.
      Parameters:
      pc - program counter of the tuple.
      opcode - tuple opcode.
      location - branch location.
  • 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.