public class org.jf.dexlib2.builder.instruction.BuilderInstruction31c extends org.jf.dexlib2.builder.BuilderInstruction implements org.jf.dexlib2.iface.instruction.formats.Instruction31c
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jf.dexlib2.builder.instruction.BuilderInstruction31c
  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 registerA;
    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.Format31c:Lorg/jf/dexlib2/Format;
            putstatic org.jf.dexlib2.builder.instruction.BuilderInstruction31c.FORMAT:Lorg/jf/dexlib2/Format;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jf.dexlib2.Opcode, int, org.jf.dexlib2.iface.reference.Reference);
    descriptor: (Lorg/jf/dexlib2/Opcode;ILorg/jf/dexlib2/iface/reference/Reference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction31c this
        start local 1 // org.jf.dexlib2.Opcode opcode
        start local 2 // int registerA
        start local 3 // org.jf.dexlib2.iface.reference.Reference reference
         0: .line 52
            aload 0 /* this */
            aload 1 /* opcode */
            invokespecial org.jf.dexlib2.builder.BuilderInstruction.<init>:(Lorg/jf/dexlib2/Opcode;)V
         1: .line 53
            aload 0 /* this */
            iload 2 /* registerA */
            invokestatic org.jf.dexlib2.util.Preconditions.checkByteRegister:(I)I
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction31c.registerA:I
         2: .line 54
            aload 0 /* this */
            aload 3 /* reference */
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction31c.reference:Lorg/jf/dexlib2/iface/reference/Reference;
         3: .line 55
            return
        end local 3 // org.jf.dexlib2.iface.reference.Reference reference
        end local 2 // int registerA
        end local 1 // org.jf.dexlib2.Opcode opcode
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction31c this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction31c;
            0    4     1     opcode  Lorg/jf/dexlib2/Opcode;
            0    4     2  registerA  I
            0    4     3  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:
        javax.annotation.Nonnull()
    MethodParameters:
           Name  Flags
      opcode     
      registerA  
      reference  

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

  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.BuilderInstruction31c this
         0: .line 58
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction31c.reference:Lorg/jf/dexlib2/iface/reference/Reference;
            areturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction31c this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction31c;
    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.BuilderInstruction31c this
         0: .line 59
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction31c.opcode:Lorg/jf/dexlib2/Opcode;
            getfield org.jf.dexlib2.Opcode.referenceType:I
            ireturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction31c this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction31c;

  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.BuilderInstruction31c this
         0: .line 61
            getstatic org.jf.dexlib2.builder.instruction.BuilderInstruction31c.FORMAT:Lorg/jf/dexlib2/Format;
            areturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction31c this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction31c;
}
SourceFile: "BuilderInstruction31c.java"