public class org.aspectj.apache.bcel.classfile.annotation.ClassElementValue extends org.aspectj.apache.bcel.classfile.annotation.ElementValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.aspectj.apache.bcel.classfile.annotation.ClassElementValue
  super_class: org.aspectj.apache.bcel.classfile.annotation.ElementValue
{
  private int idx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
        start local 1 // int typeIdx
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 29
            aload 0 /* this */
            bipush 99
            aload 2 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 30
            aload 0 /* this */
            iload 1 /* typeIdx */
            putfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.idx:I
         2: .line 31
            return
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 1 // int typeIdx
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;
            0    3     1  typeIdx  I
            0    3     2    cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
         Name  Flags
      typeIdx  
      cpool    

  public void <init>(org.aspectj.apache.bcel.generic.ObjectType, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/aspectj/apache/bcel/generic/ObjectType;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
        start local 1 // org.aspectj.apache.bcel.generic.ObjectType t
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 34
            aload 0 /* this */
            bipush 99
            aload 2 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 36
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* t */
            invokevirtual org.aspectj.apache.bcel.generic.ObjectType.getSignature:()Ljava/lang/String;
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addUtf8:(Ljava/lang/String;)I
            putfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.idx:I
         2: .line 37
            return
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 1 // org.aspectj.apache.bcel.generic.ObjectType t
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;
            0    3     1      t  Lorg/aspectj/apache/bcel/generic/ObjectType;
            0    3     2  cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      t      
      cpool  

  public void <init>(org.aspectj.apache.bcel.classfile.annotation.ClassElementValue, org.aspectj.apache.bcel.classfile.ConstantPool, boolean);
    descriptor: (Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
        start local 1 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue value
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        start local 3 // boolean copyPoolEntries
         0: .line 46
            aload 0 /* this */
            bipush 99
            aload 2 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 47
            iload 3 /* copyPoolEntries */
            ifeq 4
         2: .line 49
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.getClassString:()Ljava/lang/String;
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addUtf8:(Ljava/lang/String;)I
            putfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.idx:I
         3: .line 50
            goto 5
         4: .line 51
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.ClassElementValue org.aspectj.apache.bcel.classfile.annotation.ClassElementValue org.aspectj.apache.bcel.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.getIndex:()I
            putfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.idx:I
         5: .line 54
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean copyPoolEntries
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 1 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue value
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;
            0    6     1            value  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;
            0    6     2            cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    6     3  copyPoolEntries  Z
    MethodParameters:
                 Name  Flags
      value            
      cpool            
      copyPoolEntries  

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

  public java.lang.String getClassString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
         0: .line 61
            aload 0 /* this */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantUtf8 cu8
         1: .line 62
            aload 1 /* cu8 */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantUtf8.getValue:()Ljava/lang/String;
            areturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantUtf8 cu8
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;
            1    2     1   cu8  Lorg/aspectj/apache/bcel/classfile/ConstantUtf8;

  public java.lang.String stringifyValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
         0: .line 70
            aload 0 /* this */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.getClassString:()Ljava/lang/String;
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
        start local 1 // java.io.DataOutputStream dos
         0: .line 75
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.type:I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 76
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.ClassElementValue.idx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 77
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.ClassElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValue;
            0    3     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   
}
SourceFile: "ClassElementValue.java"