public final class org.apache.bcel.classfile.NestMembers extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.NestMembers
  super_class: org.apache.bcel.classfile.Attribute
{
  private int[] classes;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.NestMembers);
    descriptor: (Lorg/apache/bcel/classfile/NestMembers;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // org.apache.bcel.classfile.NestMembers c
         0: .line 43
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.NestMembers.getNameIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.NestMembers.getLength:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.NestMembers.getClasses:()[I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.NestMembers.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.NestMembers.<init>:(II[ILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 44
            return
        end local 1 // org.apache.bcel.classfile.NestMembers c
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/NestMembers;
            0    2     1     c  Lorg/apache/bcel/classfile/NestMembers;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>(int, int, int[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (II[ILorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // int[] classes
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 55
            aload 0 /* this */
            bipush 26
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Attribute.<init>:(BIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 56
            aload 0 /* this */
            aload 3 /* classes */
            ifnull 2
            aload 3 /* classes */
            goto 3
      StackMap locals: org.apache.bcel.classfile.NestMembers int int int[] org.apache.bcel.classfile.ConstantPool
      StackMap stack: org.apache.bcel.classfile.NestMembers
         2: iconst_0
            newarray 10
      StackMap locals: org.apache.bcel.classfile.NestMembers int int int[] org.apache.bcel.classfile.ConstantPool
      StackMap stack: org.apache.bcel.classfile.NestMembers int[]
         3: putfield org.apache.bcel.classfile.NestMembers.classes:[I
         4: .line 57
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // int[] classes
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/bcel/classfile/NestMembers;
            0    5     1     name_index  I
            0    5     2         length  I
            0    5     3        classes  [I
            0    5     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      classes        final
      constant_pool  final

  void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 69
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.NestMembers.<init>:(II[ILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 70
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 5 /* number_of_classes */
        start local 5 // int number_of_classes
         2: .line 71
            aload 0 /* this */
            iload 5 /* number_of_classes */
            newarray 10
            putfield org.apache.bcel.classfile.NestMembers.classes:[I
         3: .line 72
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 7
         5: .line 73
      StackMap locals: org.apache.bcel.classfile.NestMembers int int java.io.DataInput org.apache.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            iload 6 /* i */
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            iastore
         6: .line 72
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            iload 5 /* number_of_classes */
            if_icmplt 5
        end local 6 // int i
         8: .line 75
            return
        end local 5 // int number_of_classes
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lorg/apache/bcel/classfile/NestMembers;
            0    9     1         name_index  I
            0    9     2             length  I
            0    9     3              input  Ljava/io/DataInput;
            0    9     4      constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            2    9     5  number_of_classes  I
            4    8     6                  i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 87
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitNestMembers:(Lorg/apache/bcel/classfile/NestMembers;)V
         1: .line 88
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/NestMembers;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // java.io.DataOutputStream file
         0: .line 99
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 100
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 101
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.apache.bcel.classfile.NestMembers java.io.DataOutputStream top int int int[]
      StackMap stack:
         3: aload 5
            iload 3
            iaload
            istore 2 /* index */
        start local 2 // int index
         4: .line 102
            aload 1 /* file */
            iload 2 /* index */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        end local 2 // int index
         5: .line 101
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 104
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/bcel/classfile/NestMembers;
            0    8     1   file  Ljava/io/DataOutputStream;
            4    5     2  index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

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

  public int getNumberClasses();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.NestMembers this
         0: .line 119
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/NestMembers;

  public java.lang.String[] getClassNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.NestMembers this
         0: .line 127
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         1: .line 128
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 129
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            iload 2 /* i */
            iaload
         4: .line 130
            bipush 7
         5: .line 129
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
         6: .line 130
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
         7: .line 129
            aastore
         8: .line 128
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
            if_icmplt 3
        end local 2 // int i
        10: .line 132
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/bcel/classfile/NestMembers;
            1   11     1  names  [Ljava/lang/String;
            2   10     2      i  I

  public void setClasses(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // int[] classes
         0: .line 141
            aload 0 /* this */
            aload 1 /* classes */
            ifnull 1
            aload 1 /* classes */
            goto 2
      StackMap locals:
      StackMap stack: org.apache.bcel.classfile.NestMembers
         1: iconst_0
            newarray 10
      StackMap locals: org.apache.bcel.classfile.NestMembers int[]
      StackMap stack: org.apache.bcel.classfile.NestMembers int[]
         2: putfield org.apache.bcel.classfile.NestMembers.classes:[I
         3: .line 142
            return
        end local 1 // int[] classes
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/bcel/classfile/NestMembers;
            0    4     1  classes  [I
    MethodParameters:
         Name  Flags
      classes  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.apache.bcel.classfile.NestMembers this
         0: .line 150
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 151
            aload 1 /* buf */
            ldc "NestMembers("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 152
            aload 1 /* buf */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 153
            aload 1 /* buf */
            ldc "):\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 154
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 9
      StackMap locals: org.apache.bcel.classfile.NestMembers java.lang.StringBuilder top int int int[]
      StackMap stack:
         5: aload 5
            iload 3
            iaload
            istore 2 /* index */
        start local 2 // int index
         6: .line 155
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            iload 2 /* index */
            bipush 7
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
            astore 6 /* class_name */
        start local 6 // java.lang.String class_name
         7: .line 156
            aload 1 /* buf */
            ldc "  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* class_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;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 6 // java.lang.String class_name
        end local 2 // int index
         8: .line 154
            iinc 3 1
      StackMap locals:
      StackMap stack:
         9: iload 3
            iload 4
            if_icmplt 5
        10: .line 158
            aload 1 /* buf */
            iconst_0
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.length:()I
            iconst_1
            isub
            invokevirtual java.lang.StringBuilder.substring:(II)Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/bcel/classfile/NestMembers;
            1   11     1         buf  Ljava/lang/StringBuilder;
            6    8     2       index  I
            7    8     6  class_name  Ljava/lang/String;

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.NestMembers this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 167
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.NestMembers.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.NestMembers
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.NestMembers c
         1: .line 168
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            ifnull 6
         2: .line 169
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
            newarray 10
            putfield org.apache.bcel.classfile.NestMembers.classes:[I
         3: .line 170
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            iconst_0
            aload 2 /* c */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            iconst_0
         4: .line 171
            aload 0 /* this */
            getfield org.apache.bcel.classfile.NestMembers.classes:[I
            arraylength
         5: .line 170
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 173
      StackMap locals: org.apache.bcel.classfile.NestMembers
      StackMap stack:
            aload 2 /* c */
            aload 1 /* _constant_pool */
            invokevirtual org.apache.bcel.classfile.NestMembers.setConstantPool:(Lorg/apache/bcel/classfile/ConstantPool;)V
         7: .line 174
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.NestMembers c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.NestMembers this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/apache/bcel/classfile/NestMembers;
            0    8     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1    8     2               c  Lorg/apache/bcel/classfile/NestMembers;
    MethodParameters:
                Name  Flags
      _constant_pool  final
}
SourceFile: "NestMembers.java"