public class com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue extends com.sun.org.apache.bcel.internal.classfile.ElementValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue
  super_class: com.sun.org.apache.bcel.internal.classfile.ElementValue
{
  private final com.sun.org.apache.bcel.internal.classfile.AnnotationEntry annotationEntry;
    descriptor: Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, com.sun.org.apache.bcel.internal.classfile.AnnotationEntry, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (ILcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
        start local 1 // int type
        start local 2 // com.sun.org.apache.bcel.internal.classfile.AnnotationEntry annotationEntry
        start local 3 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cpool
         0: .line 38
            aload 0 /* this */
            iload 1 /* type */
            aload 3 /* cpool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.<init>:(ILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 39
            iload 1 /* type */
            bipush 64
            if_icmpeq 5
         2: .line 40
            new java.lang.RuntimeException
            dup
         3: .line 41
            new java.lang.StringBuilder
            dup
            ldc "Only element values of type annotation can be built with this ctor - type specified: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 40
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 43
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue int com.sun.org.apache.bcel.internal.classfile.AnnotationEntry com.sun.org.apache.bcel.internal.classfile.ConstantPool
      StackMap stack:
            aload 0 /* this */
            aload 2 /* annotationEntry */
            putfield com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue.annotationEntry:Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
         6: .line 44
            return
        end local 3 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cpool
        end local 2 // com.sun.org.apache.bcel.internal.classfile.AnnotationEntry annotationEntry
        end local 1 // int type
        end local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/sun/org/apache/bcel/internal/classfile/AnnotationElementValue;
            0    7     1             type  I
            0    7     2  annotationEntry  Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            0    7     3            cpool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
                 Name  Flags
      type             final
      annotationEntry  final
      cpool            final

  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 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
        start local 1 // java.io.DataOutputStream dos
         0: .line 49
            aload 1 /* dos */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.getType:()I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 50
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue.annotationEntry:Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            aload 1 /* dos */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.AnnotationEntry.dump:(Ljava/io/DataOutputStream;)V
         2: .line 51
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/classfile/AnnotationElementValue;
            0    3     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final

  public java.lang.String stringifyValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
         0: .line 56
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue.annotationEntry:Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            invokevirtual com.sun.org.apache.bcel.internal.classfile.AnnotationEntry.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/AnnotationElementValue;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue.stringifyValue:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/AnnotationElementValue;

  public com.sun.org.apache.bcel.internal.classfile.AnnotationEntry getAnnotationEntry();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue.annotationEntry:Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/AnnotationElementValue;
}
SourceFile: "AnnotationElementValue.java"