public class org.jf.dexlib2.builder.instruction.BuilderInstruction10t extends org.jf.dexlib2.builder.BuilderOffsetInstruction implements org.jf.dexlib2.iface.instruction.formats.Instruction10t
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jf.dexlib2.builder.instruction.BuilderInstruction10t
  super_class: org.jf.dexlib2.builder.BuilderOffsetInstruction
{
  public static final org.jf.dexlib2.Format FORMAT;
    descriptor: Lorg/jf/dexlib2/Format;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, 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.Format10t:Lorg/jf/dexlib2/Format;
            putstatic org.jf.dexlib2.builder.instruction.BuilderInstruction10t.FORMAT:Lorg/jf/dexlib2/Format;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jf.dexlib2.Opcode, org.jf.dexlib2.builder.Label);
    descriptor: (Lorg/jf/dexlib2/Opcode;Lorg/jf/dexlib2/builder/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction10t this
        start local 1 // org.jf.dexlib2.Opcode opcode
        start local 2 // org.jf.dexlib2.builder.Label target
         0: .line 47
            aload 0 /* this */
            aload 1 /* opcode */
            aload 2 /* target */
            invokespecial org.jf.dexlib2.builder.BuilderOffsetInstruction.<init>:(Lorg/jf/dexlib2/Opcode;Lorg/jf/dexlib2/builder/Label;)V
         1: .line 48
            return
        end local 2 // org.jf.dexlib2.builder.Label target
        end local 1 // org.jf.dexlib2.Opcode opcode
        end local 0 // org.jf.dexlib2.builder.instruction.BuilderInstruction10t this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jf/dexlib2/builder/instruction/BuilderInstruction10t;
            0    2     1  opcode  Lorg/jf/dexlib2/Opcode;
            0    2     2  target  Lorg/jf/dexlib2/builder/Label;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nonnull()
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nonnull()
    RuntimeVisibleParameterAnnotations: 
      0:
        javax.annotation.Nonnull()
      1:
        javax.annotation.Nonnull()
    MethodParameters:
        Name  Flags
      opcode  
      target  

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