public class org.jf.dexlib2.builder.instruction.BuilderInstruction3rc extends org.jf.dexlib2.builder.BuilderInstruction implements org.jf.dexlib2.iface.instruction.formats.Instruction3rc
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jf.dexlib2.builder.instruction.BuilderInstruction3rc
  super_class: org.jf.dexlib2.builder.BuilderInstruction
{
  public static final org.jf.dexlib2.Format FORMAT;
    descriptor: Lorg/jf/dexlib2/Format;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected final int startRegister;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int registerCount;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.jf.dexlib2.iface.reference.Reference reference;
    descriptor: Lorg/jf/dexlib2/iface/reference/Reference;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            getstatic org.jf.dexlib2.Format.Format3rc:Lorg/jf/dexlib2/Format;
            putstatic org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.FORMAT:Lorg/jf/dexlib2/Format;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jf.dexlib2.Opcode, int, int, org.jf.dexlib2.iface.reference.Reference);
    descriptor: (Lorg/jf/dexlib2/Opcode;IILorg/jf/dexlib2/iface/reference/Reference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
        start local 1 // org.jf.dexlib2.Opcode opcode
        start local 2 // int startRegister
        start local 3 // int registerCount
        start local 4 // org.jf.dexlib2.iface.reference.Reference reference
         0: .line 55
            aload 0 /* this */
            aload 1 /* opcode */
            invokespecial org.jf.dexlib2.builder.BuilderInstruction.<init>:(Lorg/jf/dexlib2/Opcode;)V
         1: .line 56
            aload 0 /* this */
            iload 2 /* startRegister */
            invokestatic org.jf.dexlib2.util.Preconditions.checkShortRegister:(I)I
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.startRegister:I
         2: .line 57
            aload 0 /* this */
            iload 3 /* registerCount */
            invokestatic org.jf.dexlib2.util.Preconditions.checkRegisterRangeCount:(I)I
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.registerCount:I
         3: .line 58
            aload 0 /* this */
            aload 4 /* reference */
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.reference:Lorg/jf/dexlib2/iface/reference/Reference;
         4: .line 59
            return
        end local 4 // org.jf.dexlib2.iface.reference.Reference reference
        end local 3 // int registerCount
        end local 2 // int startRegister
        end local 1 // org.jf.dexlib2.Opcode opcode
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction3rc;
            0    5     1         opcode  Lorg/jf/dexlib2/Opcode;
            0    5     2  startRegister  I
            0    5     3  registerCount  I
            0    5     4      reference  Lorg/jf/dexlib2/iface/reference/Reference;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nonnull()
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nonnull()
    RuntimeVisibleParameterAnnotations: 
      0:
        javax.annotation.Nonnull()
      1:
      2:
      3:
        javax.annotation.Nonnull()
    MethodParameters:
               Name  Flags
      opcode         
      startRegister  
      registerCount  
      reference      

  public int getStartRegister();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
         0: .line 61
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.startRegister:I
            ireturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction3rc;

  public int getRegisterCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
         0: .line 62
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.registerCount:I
            ireturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction3rc;

  public org.jf.dexlib2.iface.reference.Reference getReference();
    descriptor: ()Lorg/jf/dexlib2/iface/reference/Reference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
         0: .line 63
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.reference:Lorg/jf/dexlib2/iface/reference/Reference;
            areturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction3rc;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nonnull()

  public int getReferenceType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
         0: .line 64
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.opcode:Lorg/jf/dexlib2/Opcode;
            getfield org.jf.dexlib2.Opcode.referenceType:I
            ireturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction3rc;

  public org.jf.dexlib2.Format getFormat();
    descriptor: ()Lorg/jf/dexlib2/Format;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
         0: .line 66
            getstatic org.jf.dexlib2.builder.instruction.BuilderInstruction3rc.FORMAT:Lorg/jf/dexlib2/Format;
            areturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction3rc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction3rc;
}
SourceFile: "BuilderInstruction3rc.java"