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

  public void <init>(int, org.apache.bcel.classfile.AnnotationEntry, org.apache.bcel.classfile.ConstantPool);
    descriptor: (ILorg/apache/bcel/classfile/AnnotationEntry;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.bcel.classfile.AnnotationElementValue this
        start local 1 // int type
        start local 2 // org.apache.bcel.classfile.AnnotationEntry annotationEntry
        start local 3 // org.apache.bcel.classfile.ConstantPool cpool
         0: .line 34
            aload 0 /* this */
            iload 1 /* type */
            aload 3 /* cpool */
            invokespecial org.apache.bcel.classfile.ElementValue.<init>:(ILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 35
            iload 1 /* type */
            bipush 64
            if_icmpeq 5
         2: .line 36
            new java.lang.RuntimeException
            dup
         3: .line 37
            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 36
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 39
      StackMap locals: org.apache.bcel.classfile.AnnotationElementValue int org.apache.bcel.classfile.AnnotationEntry org.apache.bcel.classfile.ConstantPool
      StackMap stack:
            aload 0 /* this */
            aload 2 /* annotationEntry */
            putfield org.apache.bcel.classfile.AnnotationElementValue.annotationEntry:Lorg/apache/bcel/classfile/AnnotationEntry;
         6: .line 40
            return
        end local 3 // org.apache.bcel.classfile.ConstantPool cpool
        end local 2 // org.apache.bcel.classfile.AnnotationEntry annotationEntry
        end local 1 // int type
        end local 0 // org.apache.bcel.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/apache/bcel/classfile/AnnotationElementValue;
            0    7     1             type  I
            0    7     2  annotationEntry  Lorg/apache/bcel/classfile/AnnotationEntry;
            0    7     3            cpool  Lorg/apache/bcel/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 // org.apache.bcel.classfile.AnnotationElementValue this
        start local 1 // java.io.DataOutputStream dos
         0: .line 45
            aload 1 /* dos */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.ElementValue.getType:()I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 46
            aload 0 /* this */
            getfield org.apache.bcel.classfile.AnnotationElementValue.annotationEntry:Lorg/apache/bcel/classfile/AnnotationEntry;
            aload 1 /* dos */
            invokevirtual org.apache.bcel.classfile.AnnotationEntry.dump:(Ljava/io/DataOutputStream;)V
         2: .line 47
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.apache.bcel.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/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 // org.apache.bcel.classfile.AnnotationElementValue this
         0: .line 52
            aload 0 /* this */
            getfield org.apache.bcel.classfile.AnnotationElementValue.annotationEntry:Lorg/apache/bcel/classfile/AnnotationEntry;
            invokevirtual org.apache.bcel.classfile.AnnotationEntry.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.bcel.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/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 // org.apache.bcel.classfile.AnnotationElementValue this
         0: .line 58
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.AnnotationElementValue.stringifyValue:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.bcel.classfile.AnnotationElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/AnnotationElementValue;

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