Package jminusminus

Class NLIRGetField


class NLIRGetField extends NLIRInstruction
LIR instruction representing JVM (get) field instructions.
  • Constructor Details

    • NLIRGetField

      public NLIRGetField(NBasicBlock block, int id, int opcode, String target, String name, String sType, String lType)
      Constructs an NLIRGetField object.
      Parameters:
      block - enclosing block.
      id - identifier of the instruction.
      opcode - JVM opcode for the return instruction.
      target - target for the field.
      name - name of the field.
      sType - type (short name) of the field.
      lType - type (long name) of the field.
  • Method Details

    • toSpim

      public void toSpim(PrintWriter out)
      Translates this LIR instruction into SPIM and writes it out to the specified output stream.
      Overrides:
      toSpim in class NLIRInstruction
      Parameters:
      out - output stream for SPIM code.
    • toString

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