public class org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue 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.SimpleElementValue
  super_class: org.aspectj.apache.bcel.classfile.annotation.ElementValue
{
  private int idx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(int, int, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // int idx
        start local 3 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
         0: .line 40
            aload 0 /* this */
            iload 1 /* type */
            aload 3 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 41
            aload 0 /* this */
            iload 2 /* idx */
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 42
            return
        end local 3 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 2 // int idx
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2    idx  I
            0    3     3  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      type   
      idx    
      cpGen  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, int);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // int value
         0: .line 45
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 46
            aload 0 /* this */
            aload 2 /* cpGen */
            iload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 47
            return
        end local 3 // int value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  I
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, long);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // long value
         0: .line 50
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 51
            aload 0 /* this */
            aload 2 /* cpGen */
            lload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addLong:(J)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 52
            return
        end local 3 // long value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  J
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, double);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // double value
         0: .line 55
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 56
            aload 0 /* this */
            aload 2 /* cpGen */
            dload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addDouble:(D)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 57
            return
        end local 3 // double value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  D
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, float);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // float value
         0: .line 60
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 61
            aload 0 /* this */
            aload 2 /* cpGen */
            fload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addFloat:(F)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 62
            return
        end local 3 // float value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  F
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, short);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // short value
         0: .line 65
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 66
            aload 0 /* this */
            aload 2 /* cpGen */
            iload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 67
            return
        end local 3 // short value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  S
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, byte);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // byte value
         0: .line 70
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 71
            aload 0 /* this */
            aload 2 /* cpGen */
            iload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 72
            return
        end local 3 // byte value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  B
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, char);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // char value
         0: .line 75
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 76
            aload 0 /* this */
            aload 2 /* cpGen */
            iload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 77
            return
        end local 3 // char value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  C
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, boolean);
    descriptor: (ILorg/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.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // boolean value
         0: .line 80
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 81
            iload 3 /* value */
            ifeq 4
         2: .line 82
            aload 0 /* this */
            aload 2 /* cpGen */
            iconst_1
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         3: .line 83
            goto 5
         4: .line 84
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue int org.aspectj.apache.bcel.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpGen */
            iconst_0
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         5: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    6     1   type  I
            0    6     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    6     3  value  Z
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public void <init>(int, org.aspectj.apache.bcel.classfile.ConstantPool, java.lang.String);
    descriptor: (ILorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // int type
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        start local 3 // java.lang.String value
         0: .line 89
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 90
            aload 0 /* this */
            aload 2 /* cpGen */
            aload 3 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addUtf8:(Ljava/lang/String;)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         2: .line 91
            return
        end local 3 // java.lang.String value
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpGen
        end local 1 // int type
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0    3     3  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      type   
      cpGen  
      value  

  public byte getValueByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 94
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 66
            if_icmpeq 2
         1: .line 95
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueByte() on a non BYTE ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            iconst_3
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 1 /* c */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         3: .line 98
            aload 1 /* c */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getIntValue:()I
            i2b
            ireturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     c  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;

  public char getValueChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 102
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 67
            if_icmpeq 2
         1: .line 103
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueChar() on a non CHAR ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            iconst_3
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 1 /* c */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         3: .line 106
            aload 1 /* c */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getIntValue:()I
            i2c
            ireturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     c  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;

  public long getValueLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 110
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 74
            if_icmpeq 2
         1: .line 111
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueLong() on a non LONG ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantLong
            astore 1 /* j */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantLong j
         3: .line 114
            aload 1 /* j */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantLong.getValue:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lreturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantLong j
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     j  Lorg/aspectj/apache/bcel/classfile/ConstantLong;

  public float getValueFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 118
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 70
            if_icmpeq 2
         1: .line 119
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueFloat() on a non FLOAT ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantFloat
            astore 1 /* f */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantFloat f
         3: .line 122
            aload 1 /* f */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantFloat.getValue:()Ljava/lang/Float;
            invokevirtual java.lang.Float.floatValue:()F
            freturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantFloat f
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     f  Lorg/aspectj/apache/bcel/classfile/ConstantFloat;

  public double getValueDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 126
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 68
            if_icmpeq 2
         1: .line 127
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueDouble() on a non DOUBLE ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantDouble
            astore 1 /* d */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantDouble d
         3: .line 130
            aload 1 /* d */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantDouble.getValue:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dreturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantDouble d
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     d  Lorg/aspectj/apache/bcel/classfile/ConstantDouble;

  public boolean getValueBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 134
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 90
            if_icmpeq 2
         1: .line 135
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueBoolean() on a non BOOLEAN ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 1 /* bo */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger bo
         3: .line 138
            aload 1 /* bo */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.aspectj.apache.bcel.classfile.ConstantInteger
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger bo
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    5     1    bo  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;

  public short getValueShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 142
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 83
            if_icmpeq 2
         1: .line 143
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueShort() on a non SHORT ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 1 /* s */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger s
         3: .line 146
            aload 1 /* s */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getIntValue:()I
            i2s
            ireturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger s
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     s  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;

  public void <init>(org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue, org.aspectj.apache.bcel.classfile.ConstantPool, boolean);
    descriptor: (Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue value
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        start local 3 // boolean copyPoolEntries
         0: .line 154
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getElementValueType:()I
            aload 2 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.ElementValue.<init>:(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 155
            iload 3 /* copyPoolEntries */
            ifne 4
         2: .line 158
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getIndex:()I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         3: .line 159
            goto 27
         4: .line 160
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue org.aspectj.apache.bcel.classfile.ConstantPool int
      StackMap stack:
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getElementValueType:()I
            lookupswitch { // 9
                   66: 9
                   67: 11
                   68: 17
                   70: 15
                   73: 7
                   74: 13
                   83: 24
                   90: 19
                  115: 5
              default: 26
          }
         5: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueString:()Ljava/lang/String;
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addUtf8:(Ljava/lang/String;)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         6: .line 163
            goto 27
         7: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueInt:()I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
         8: .line 166
            goto 27
         9: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueByte:()B
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        10: .line 169
            goto 27
        11: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueChar:()C
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        12: .line 172
            goto 27
        13: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueLong:()J
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addLong:(J)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        14: .line 175
            goto 27
        15: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueFloat:()F
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addFloat:(F)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        16: .line 178
            goto 27
        17: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueDouble:()D
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addDouble:(D)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        18: .line 181
            goto 27
        19: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueBoolean:()Z
            ifeq 22
        20: .line 184
            aload 0 /* this */
            aload 2 /* cpool */
            iconst_1
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        21: .line 185
            goto 27
        22: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            iconst_0
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        23: .line 188
            goto 27
        24: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.getValueShort:()S
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.addInteger:(I)I
            putfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
        25: .line 191
            goto 27
        26: .line 193
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SimpleElementValueGen class does not know how to copy this type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 196
      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.SimpleElementValue value
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0   28     1            value  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0   28     2            cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            0   28     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.SimpleElementValue this
         0: .line 199
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;

  public java.lang.String getValueString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 203
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 115
            if_icmpeq 2
         1: .line 204
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueString() on a non STRING ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.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 /* c */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantUtf8 c
         3: .line 207
            aload 1 /* c */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantUtf8.getValue:()Ljava/lang/String;
            areturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantUtf8 c
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     c  Lorg/aspectj/apache/bcel/classfile/ConstantUtf8;

  public int getValueInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 211
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            bipush 73
            if_icmpeq 2
         1: .line 212
            new java.lang.RuntimeException
            dup
            ldc "Dont call getValueString() on a non STRING ElementValue"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 1 /* c */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         3: .line 215
            aload 1 /* c */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            3    4     1     c  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;

  public java.lang.String stringifyValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 221
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            lookupswitch { // 9
                   66: 11
                   67: 13
                   68: 5
                   70: 7
                   73: 1
                   74: 3
                   83: 9
                   90: 15
                  115: 19
              default: 21
          }
         1: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 1 /* c */
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         2: .line 224
            aload 1 /* c */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         3: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantLong
            astore 2 /* j */
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantLong j
         4: .line 227
            aload 2 /* j */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantLong.getValue:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantLong j
         5: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantDouble
            astore 3 /* d */
        start local 3 // org.aspectj.apache.bcel.classfile.ConstantDouble d
         6: .line 230
            aload 3 /* d */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantDouble.getValue:()Ljava/lang/Double;
            invokevirtual java.lang.Double.toString:()Ljava/lang/String;
            areturn
        end local 3 // org.aspectj.apache.bcel.classfile.ConstantDouble d
         7: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantFloat
            astore 4 /* f */
        start local 4 // org.aspectj.apache.bcel.classfile.ConstantFloat f
         8: .line 233
            aload 4 /* f */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantFloat.getValue:()Ljava/lang/Float;
            invokevirtual java.lang.Float.floatValue:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            areturn
        end local 4 // org.aspectj.apache.bcel.classfile.ConstantFloat f
         9: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 5 /* s */
        start local 5 // org.aspectj.apache.bcel.classfile.ConstantInteger s
        10: .line 236
            aload 5 /* s */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 5 // org.aspectj.apache.bcel.classfile.ConstantInteger s
        11: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 6 /* b */
        start local 6 // org.aspectj.apache.bcel.classfile.ConstantInteger b
        12: .line 239
            aload 6 /* b */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 6 // org.aspectj.apache.bcel.classfile.ConstantInteger b
        13: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 7 /* ch */
        start local 7 // org.aspectj.apache.bcel.classfile.ConstantInteger ch
        14: .line 242
            new java.lang.Character
            dup
            aload 7 /* ch */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getIntValue:()I
            i2c
            invokespecial java.lang.Character.<init>:(C)V
            invokevirtual java.lang.Character.toString:()Ljava/lang/String;
            areturn
        end local 7 // org.aspectj.apache.bcel.classfile.ConstantInteger ch
        15: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 8 /* bo */
        start local 8 // org.aspectj.apache.bcel.classfile.ConstantInteger bo
        16: .line 245
            aload 8 /* bo */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ifne 18
        17: .line 246
            ldc "false"
            areturn
        18: .line 248
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue top top top top top top top org.aspectj.apache.bcel.classfile.ConstantInteger
      StackMap stack:
            ldc "true"
            areturn
        end local 8 // org.aspectj.apache.bcel.classfile.ConstantInteger bo
        19: .line 251
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.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 9 /* cu8 */
        start local 9 // org.aspectj.apache.bcel.classfile.ConstantUtf8 cu8
        20: .line 252
            aload 9 /* cu8 */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantUtf8.getValue:()Ljava/lang/String;
            areturn
        end local 9 // org.aspectj.apache.bcel.classfile.ConstantUtf8 cu8
        21: .line 255
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SimpleElementValueGen class does not know how to stringify type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            2    3     1     c  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
            4    5     2     j  Lorg/aspectj/apache/bcel/classfile/ConstantLong;
            6    7     3     d  Lorg/aspectj/apache/bcel/classfile/ConstantDouble;
            8    9     4     f  Lorg/aspectj/apache/bcel/classfile/ConstantFloat;
           10   11     5     s  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           12   13     6     b  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           14   15     7    ch  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           16   19     8    bo  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           20   21     9   cu8  Lorg/aspectj/apache/bcel/classfile/ConstantUtf8;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
         0: .line 261
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* s */
        start local 1 // java.lang.StringBuilder s
         1: .line 262
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            lookupswitch { // 9
                   66: 17
                   67: 20
                   68: 8
                   70: 11
                   73: 2
                   74: 5
                   83: 14
                   90: 23
                  115: 30
              default: 33
          }
         2: .line 264
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 2 /* c */
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         3: .line 265
            aload 1 /* s */
            ldc "(int)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* c */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 266
            goto 34
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantInteger c
         5: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantLong
            astore 3 /* j */
        start local 3 // org.aspectj.apache.bcel.classfile.ConstantLong j
         6: .line 269
            aload 1 /* s */
            ldc "(long)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* j */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantLong.getValue:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 270
            goto 34
        end local 3 // org.aspectj.apache.bcel.classfile.ConstantLong j
         8: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantDouble
            astore 4 /* d */
        start local 4 // org.aspectj.apache.bcel.classfile.ConstantDouble d
         9: .line 273
            aload 1 /* s */
            ldc "(double)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* d */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantDouble.getValue:()Ljava/lang/Double;
            invokevirtual java.lang.Double.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 274
            goto 34
        end local 4 // org.aspectj.apache.bcel.classfile.ConstantDouble d
        11: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantFloat
            astore 5 /* f */
        start local 5 // org.aspectj.apache.bcel.classfile.ConstantFloat f
        12: .line 277
            aload 1 /* s */
            ldc "(float)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* f */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantFloat.getValue:()Ljava/lang/Float;
            invokevirtual java.lang.Float.floatValue:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 278
            goto 34
        end local 5 // org.aspectj.apache.bcel.classfile.ConstantFloat f
        14: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 6 /* ci */
        start local 6 // org.aspectj.apache.bcel.classfile.ConstantInteger ci
        15: .line 281
            aload 1 /* s */
            ldc "(short)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* ci */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 282
            goto 34
        end local 6 // org.aspectj.apache.bcel.classfile.ConstantInteger ci
        17: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 7 /* b */
        start local 7 // org.aspectj.apache.bcel.classfile.ConstantInteger b
        18: .line 285
            aload 1 /* s */
            ldc "(byte)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* b */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 286
            goto 34
        end local 7 // org.aspectj.apache.bcel.classfile.ConstantInteger b
        20: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 8 /* ch */
        start local 8 // org.aspectj.apache.bcel.classfile.ConstantInteger ch
        21: .line 289
            aload 1 /* s */
            ldc "(char)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            new java.lang.Character
            dup
            aload 8 /* ch */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getIntValue:()I
            i2c
            invokespecial java.lang.Character.<init>:(C)V
            invokevirtual java.lang.Character.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        22: .line 290
            goto 34
        end local 8 // org.aspectj.apache.bcel.classfile.ConstantInteger ch
        23: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant;
            checkcast org.aspectj.apache.bcel.classfile.ConstantInteger
            astore 9 /* bo */
        start local 9 // org.aspectj.apache.bcel.classfile.ConstantInteger bo
        24: .line 293
            aload 1 /* s */
            ldc "(boolean)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        25: .line 294
            aload 9 /* bo */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantInteger.getValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ifne 28
        26: .line 295
            aload 1 /* s */
            ldc "false"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        27: .line 296
            goto 34
        28: .line 297
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue java.lang.StringBuilder top top top top top top top org.aspectj.apache.bcel.classfile.ConstantInteger
      StackMap stack:
            aload 1 /* s */
            ldc "true"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        29: .line 299
            goto 34
        end local 9 // org.aspectj.apache.bcel.classfile.ConstantInteger bo
        30: .line 301
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.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 10 /* cu8 */
        start local 10 // org.aspectj.apache.bcel.classfile.ConstantUtf8 cu8
        31: .line 302
            aload 1 /* s */
            ldc "(string)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 10 /* cu8 */
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantUtf8.getValue:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        32: .line 303
            goto 34
        end local 10 // org.aspectj.apache.bcel.classfile.ConstantUtf8 cu8
        33: .line 305
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SimpleElementValueGen class does not know how to stringify type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        34: .line 307
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder s
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   35     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            1   35     1     s  Ljava/lang/StringBuilder;
            3    5     2     c  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
            6    8     3     j  Lorg/aspectj/apache/bcel/classfile/ConstantLong;
            9   11     4     d  Lorg/aspectj/apache/bcel/classfile/ConstantDouble;
           12   14     5     f  Lorg/aspectj/apache/bcel/classfile/ConstantFloat;
           15   17     6    ci  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           18   20     7     b  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           21   23     8    ch  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           24   30     9    bo  Lorg/aspectj/apache/bcel/classfile/ConstantInteger;
           31   33    10   cu8  Lorg/aspectj/apache/bcel/classfile/ConstantUtf8;

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
        start local 1 // java.io.DataOutputStream dos
         0: .line 312
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 313
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            lookupswitch { // 9
                   66: 2
                   67: 2
                   68: 2
                   70: 2
                   73: 2
                   74: 2
                   83: 2
                   90: 2
                  115: 2
              default: 4
          }
         2: .line 323
      StackMap locals:
      StackMap stack:
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.idx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 324
            goto 5
         4: .line 326
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SimpleElementValueGen doesnt know how to write out type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue.type:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.SimpleElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValue;
            0    6     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   
}
SourceFile: "SimpleElementValue.java"