public class org.jf.dexlib2.builder.instruction.BuilderInstruction23x extends org.jf.dexlib2.builder.BuilderInstruction implements org.jf.dexlib2.iface.instruction.formats.Instruction23x
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jf.dexlib2.builder.instruction.BuilderInstruction23x
  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 int registerB;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

  public void <init>(org.jf.dexlib2.Opcode, int, int, int);
    descriptor: (Lorg/jf/dexlib2/Opcode;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction23x this
        start local 1 // org.jf.dexlib2.Opcode opcode
        start local 2 // int registerA
        start local 3 // int registerB
        start local 4 // int registerC
         0: .line 53
            aload 0 /* this */
            aload 1 /* opcode */
            invokespecial org.jf.dexlib2.builder.BuilderInstruction.<init>:(Lorg/jf/dexlib2/Opcode;)V
         1: .line 54
            aload 0 /* this */
            iload 2 /* registerA */
            invokestatic org.jf.dexlib2.util.Preconditions.checkByteRegister:(I)I
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction23x.registerA:I
         2: .line 55
            aload 0 /* this */
            iload 3 /* registerB */
            invokestatic org.jf.dexlib2.util.Preconditions.checkByteRegister:(I)I
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction23x.registerB:I
         3: .line 56
            aload 0 /* this */
            iload 4 /* registerC */
            invokestatic org.jf.dexlib2.util.Preconditions.checkByteRegister:(I)I
            putfield org.jf.dexlib2.builder.instruction.BuilderInstruction23x.registerC:I
         4: .line 57
            return
        end local 4 // int registerC
        end local 3 // int registerB
        end local 2 // int registerA
        end local 1 // org.jf.dexlib2.Opcode opcode
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction23x this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction23x;
            0    5     1     opcode  Lorg/jf/dexlib2/Opcode;
            0    5     2  registerA  I
            0    5     3  registerB  I
            0    5     4  registerC  I
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nonnull()
    RuntimeVisibleParameterAnnotations: 
      0:
        javax.annotation.Nonnull()
      1:
      2:
      3:
    MethodParameters:
           Name  Flags
      opcode     
      registerA  
      registerB  
      registerC  

  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.BuilderInstruction23x this
         0: .line 59
            aload 0 /* this */
            getfield org.jf.dexlib2.builder.instruction.BuilderInstruction23x.registerA:I
            ireturn
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction23x this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction23x;

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

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

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