public class org.apache.bcel.classfile.BootstrapMethod implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.classfile.BootstrapMethod
  super_class: java.lang.Object
{
  private int bootstrap_method_ref;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] bootstrap_arguments;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.BootstrapMethod);
    descriptor: (Lorg/apache/bcel/classfile/BootstrapMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // org.apache.bcel.classfile.BootstrapMethod c
         0: .line 49
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.BootstrapMethod.getBootstrapMethodRef:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.BootstrapMethod.getBootstrapArguments:()[I
            invokespecial org.apache.bcel.classfile.BootstrapMethod.<init>:(I[I)V
         1: .line 50
            return
        end local 1 // org.apache.bcel.classfile.BootstrapMethod c
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    2     1     c  Lorg/apache/bcel/classfile/BootstrapMethod;
    MethodParameters:
      Name  Flags
      c     final

  void <init>(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // java.io.DataInput input
         0: .line 59
            aload 0 /* this */
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            invokespecial org.apache.bcel.classfile.BootstrapMethod.<init>:(II)V
         1: .line 61
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 62
      StackMap locals: org.apache.bcel.classfile.BootstrapMethod java.io.DataInput int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            iload 2 /* i */
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            iastore
         4: .line 61
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 64
            return
        end local 1 // java.io.DataInput input
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    7     1  input  Ljava/io/DataInput;
            2    6     2      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  final

  private void <init>(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // int bootstrap_method_ref
        start local 2 // int num_bootstrap_arguments
         0: .line 68
            aload 0 /* this */
            iload 1 /* bootstrap_method_ref */
            iload 2 /* num_bootstrap_arguments */
            newarray 10
            invokespecial org.apache.bcel.classfile.BootstrapMethod.<init>:(I[I)V
         1: .line 69
            return
        end local 2 // int num_bootstrap_arguments
        end local 1 // int bootstrap_method_ref
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    2     1     bootstrap_method_ref  I
            0    2     2  num_bootstrap_arguments  I
    MethodParameters:
                         Name  Flags
      bootstrap_method_ref     final
      num_bootstrap_arguments  final

  public void <init>(int, int[]);
    descriptor: (I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // int bootstrap_method_ref
        start local 2 // int[] bootstrap_arguments
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            iload 1 /* bootstrap_method_ref */
            putfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_method_ref:I
         2: .line 77
            aload 0 /* this */
            aload 2 /* bootstrap_arguments */
            putfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
         3: .line 78
            return
        end local 2 // int[] bootstrap_arguments
        end local 1 // int bootstrap_method_ref
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    4     1  bootstrap_method_ref  I
            0    4     2   bootstrap_arguments  [I
    MethodParameters:
                      Name  Flags
      bootstrap_method_ref  final
      bootstrap_arguments   final

  public int getBootstrapMethodRef();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
         0: .line 84
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_method_ref:I
            ireturn
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/BootstrapMethod;

  public void setBootstrapMethodRef(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // int bootstrap_method_ref
         0: .line 91
            aload 0 /* this */
            iload 1 /* bootstrap_method_ref */
            putfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_method_ref:I
         1: .line 92
            return
        end local 1 // int bootstrap_method_ref
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    2     1  bootstrap_method_ref  I
    MethodParameters:
                      Name  Flags
      bootstrap_method_ref  final

  public int[] getBootstrapArguments();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
         0: .line 98
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            areturn
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/BootstrapMethod;

  public int getNumBootstrapArguments();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
         0: .line 105
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            arraylength
            ireturn
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/BootstrapMethod;

  public void setBootstrapArguments(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // int[] bootstrap_arguments
         0: .line 112
            aload 0 /* this */
            aload 1 /* bootstrap_arguments */
            putfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
         1: .line 113
            return
        end local 1 // int[] bootstrap_arguments
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    2     1  bootstrap_arguments  [I
    MethodParameters:
                     Name  Flags
      bootstrap_arguments  final

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
         0: .line 120
            new java.lang.StringBuilder
            dup
            ldc "BootstrapMethod("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_method_ref:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 121
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            invokestatic java.util.Arrays.toString:([I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 120
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/BootstrapMethod;

  public final java.lang.String toString(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 128
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuilder buf
         1: .line 130
            aload 1 /* constant_pool */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_method_ref:I
         2: .line 131
            bipush 15
         3: .line 130
            invokevirtual org.apache.bcel.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            astore 3 /* bootstrap_method_name */
        start local 3 // java.lang.String bootstrap_method_name
         4: .line 132
            aload 2 /* buf */
            aload 3 /* bootstrap_method_name */
            iconst_0
            invokestatic org.apache.bcel.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 133
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            arraylength
            istore 4 /* num_bootstrap_arguments */
        start local 4 // int num_bootstrap_arguments
         6: .line 134
            iload 4 /* num_bootstrap_arguments */
            ifle 14
         7: .line 135
            aload 2 /* buf */
            ldc "\nMethod Arguments:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 136
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 13
        10: .line 137
      StackMap locals: org.apache.bcel.classfile.BootstrapMethod org.apache.bcel.classfile.ConstantPool java.lang.StringBuilder java.lang.String int int
      StackMap stack:
            aload 2 /* buf */
            ldc "\n  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 138
            aload 2 /* buf */
            aload 1 /* constant_pool */
            aload 1 /* constant_pool */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            iload 5 /* i */
            iaload
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            invokevirtual org.apache.bcel.classfile.ConstantPool.constantToString:(Lorg/apache/bcel/classfile/Constant;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 136
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 4 /* num_bootstrap_arguments */
            if_icmplt 10
        end local 5 // int i
        14: .line 141
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // int num_bootstrap_arguments
        end local 3 // java.lang.String bootstrap_method_name
        end local 2 // java.lang.StringBuilder buf
        end local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   15     0                     this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0   15     1            constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1   15     2                      buf  Ljava/lang/StringBuilder;
            4   15     3    bootstrap_method_name  Ljava/lang/String;
            6   15     4  num_bootstrap_arguments  I
            9   14     5                        i  I
    MethodParameters:
               Name  Flags
      constant_pool  final

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
        start local 1 // java.io.DataOutputStream file
         0: .line 151
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_method_ref:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 152
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 153
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethod.bootstrap_arguments:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.apache.bcel.classfile.BootstrapMethod java.io.DataOutputStream top int int int[]
      StackMap stack:
         3: aload 5
            iload 3
            iaload
            istore 2 /* bootstrap_argument */
        start local 2 // int bootstrap_argument
         4: .line 154
            aload 1 /* file */
            iload 2 /* bootstrap_argument */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        end local 2 // int bootstrap_argument
         5: .line 153
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 156
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lorg/apache/bcel/classfile/BootstrapMethod;
            0    8     1                file  Ljava/io/DataOutputStream;
            4    5     2  bootstrap_argument  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public org.apache.bcel.classfile.BootstrapMethod copy();
    descriptor: ()Lorg/apache/bcel/classfile/BootstrapMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethod this
         0: .line 163
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.BootstrapMethod
         1: areturn
         2: .line 164
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 167
            aconst_null
            areturn
        end local 0 // org.apache.bcel.classfile.BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/BootstrapMethod;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException
}
SourceFile: "BootstrapMethod.java"