Package jminusminus

Class NHIRLocal


class NHIRLocal extends NHIRInstruction
HIR instruction representing a local (not formal) variable.
  • Constructor Details

    • NHIRLocal

      public NHIRLocal(NBasicBlock block, int id, int local, String sType, String lType)
      Constructs an NHIRLocal object.
      Parameters:
      block - enclosing block.
      id - identifier of the instruction.
      local - local variable index.
      sType - short type name of the instruction.
      lType - long type name of the instruction.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this instruction.
      Overrides:
      toString in class NHIRInstruction
      Returns:
      a string representation of this instruction.