public abstract class org.jruby.ir.instructions.ReturnBase extends org.jruby.ir.instructions.OneOperandInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.ReturnBase
  super_class: org.jruby.ir.instructions.OneOperandInstr
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 6
            ldc Lorg/jruby/ir/instructions/ReturnBase;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.ir.instructions.ReturnBase.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.ReturnBase this
        start local 1 // org.jruby.ir.Operation op
        start local 2 // org.jruby.ir.operands.Operand returnValue
         0: .line 8
            aload 0 /* this */
            aload 1 /* op */
            aload 2 /* returnValue */
            invokespecial org.jruby.ir.instructions.OneOperandInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Operand;)V
         1: .line 10
            getstatic org.jruby.ir.instructions.ReturnBase.$assertionsDisabled:Z
            ifne 2
            aload 2 /* returnValue */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "RETURN must have returnValue operand"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 11
      StackMap locals: org.jruby.ir.instructions.ReturnBase org.jruby.ir.Operation org.jruby.ir.operands.Operand
      StackMap stack:
            return
        end local 2 // org.jruby.ir.operands.Operand returnValue
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.ReturnBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/ir/instructions/ReturnBase;
            0    3     1           op  Lorg/jruby/ir/Operation;
            0    3     2  returnValue  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
             Name  Flags
      op           
      returnValue  

  public org.jruby.ir.operands.Operand getReturnValue();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.ReturnBase this
         0: .line 14
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.ReturnBase.getOperand1:()Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.ReturnBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/ReturnBase;

  public void updateReturnValue(org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.ReturnBase this
        start local 1 // org.jruby.ir.operands.Operand val
         0: .line 18
            aload 0 /* this */
            aload 1 /* val */
            invokevirtual org.jruby.ir.instructions.ReturnBase.setOperand1:(Lorg/jruby/ir/operands/Operand;)V
         1: .line 19
            return
        end local 1 // org.jruby.ir.operands.Operand val
        end local 0 // org.jruby.ir.instructions.ReturnBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/instructions/ReturnBase;
            0    2     1   val  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
      Name  Flags
      val   
}
SourceFile: "ReturnBase.java"