public class org.apache.bcel.generic.SimpleElementValueGen extends org.apache.bcel.generic.ElementValueGen
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.generic.SimpleElementValueGen
  super_class: org.apache.bcel.generic.ElementValueGen
{
  private int idx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(int, int, org.apache.bcel.generic.ConstantPoolGen);
    descriptor: (IILorg/apache/bcel/generic/ConstantPoolGen;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // int idx
        start local 3 // org.apache.bcel.generic.ConstantPoolGen cpGen
         0: .line 49
            aload 0 /* this */
            iload 1 /* type */
            aload 3 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 50
            aload 0 /* this */
            iload 2 /* idx */
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 51
            return
        end local 3 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 2 // int idx
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2    idx  I
            0    3     3  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
    MethodParameters:
       Name  Flags
      type   final
      idx    final
      cpGen  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, int);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // int value
         0: .line 55
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 56
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            iload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 57
            return
        end local 3 // int value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  I
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, long);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // long value
         0: .line 61
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            lload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addLong:(J)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 63
            return
        end local 3 // long value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  J
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, double);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // double value
         0: .line 67
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 68
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            dload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addDouble:(D)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 69
            return
        end local 3 // double value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  D
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, float);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // float value
         0: .line 73
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 74
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            fload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addFloat:(F)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 75
            return
        end local 3 // float value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  F
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, short);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // short value
         0: .line 79
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 80
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            iload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 81
            return
        end local 3 // short value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  S
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, byte);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // byte value
         0: .line 85
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 86
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            iload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 87
            return
        end local 3 // byte value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  B
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, char);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // char value
         0: .line 91
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 92
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            iload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 93
            return
        end local 3 // char value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  C
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, boolean);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // boolean value
         0: .line 97
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 98
            iload 3 /* value */
            ifeq 4
         2: .line 99
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            iconst_1
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         3: .line 100
            goto 5
         4: .line 101
      StackMap locals: org.apache.bcel.generic.SimpleElementValueGen int org.apache.bcel.generic.ConstantPoolGen int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            iconst_0
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         5: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    6     1   type  I
            0    6     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    6     3  value  Z
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(int, org.apache.bcel.generic.ConstantPoolGen, java.lang.String);
    descriptor: (ILorg/apache/bcel/generic/ConstantPoolGen;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // int type
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        start local 3 // java.lang.String value
         0: .line 107
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* cpGen */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 108
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 3 /* value */
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addUtf8:(Ljava/lang/String;)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         2: .line 109
            return
        end local 3 // java.lang.String value
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpGen
        end local 1 // int type
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    3     1   type  I
            0    3     2  cpGen  Lorg/apache/bcel/generic/ConstantPoolGen;
            0    3     3  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      type   final
      cpGen  final
      value  final

  public void <init>(org.apache.bcel.classfile.SimpleElementValue, org.apache.bcel.generic.ConstantPoolGen, boolean);
    descriptor: (Lorg/apache/bcel/classfile/SimpleElementValue;Lorg/apache/bcel/generic/ConstantPoolGen;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // org.apache.bcel.classfile.SimpleElementValue value
        start local 2 // org.apache.bcel.generic.ConstantPoolGen cpool
        start local 3 // boolean copyPoolEntries
         0: .line 119
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getElementValueType:()I
            aload 2 /* cpool */
            invokespecial org.apache.bcel.generic.ElementValueGen.<init>:(ILorg/apache/bcel/generic/ConstantPoolGen;)V
         1: .line 120
            iload 3 /* copyPoolEntries */
            ifne 4
         2: .line 124
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getIndex:()I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         3: .line 125
            goto 29
         4: .line 128
      StackMap locals: org.apache.bcel.generic.SimpleElementValueGen org.apache.bcel.classfile.SimpleElementValue org.apache.bcel.generic.ConstantPoolGen int
      StackMap stack:
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.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 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueString:()Ljava/lang/String;
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addUtf8:(Ljava/lang/String;)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         6: .line 132
            goto 29
         7: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueInt:()I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
         8: .line 135
            goto 29
         9: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueByte:()B
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        10: .line 138
            goto 29
        11: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueChar:()C
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        12: .line 141
            goto 29
        13: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueLong:()J
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addLong:(J)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        14: .line 144
            goto 29
        15: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueFloat:()F
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addFloat:(F)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        16: .line 147
            goto 29
        17: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueDouble:()D
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addDouble:(D)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        18: .line 150
            goto 29
        19: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueBoolean:()Z
            ifeq 22
        20: .line 154
            aload 0 /* this */
            aload 2 /* cpool */
            iconst_1
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        21: .line 155
            goto 29
        22: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            iconst_0
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        23: .line 160
            goto 29
        24: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cpool */
            aload 1 /* value */
            invokevirtual org.apache.bcel.classfile.SimpleElementValue.getValueShort:()S
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.addInteger:(I)I
            putfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
        25: .line 163
            goto 29
        26: .line 165
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
        27: .line 166
            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 */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        28: .line 165
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        29: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean copyPoolEntries
        end local 2 // org.apache.bcel.generic.ConstantPoolGen cpool
        end local 1 // org.apache.bcel.classfile.SimpleElementValue value
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0   30     1            value  Lorg/apache/bcel/classfile/SimpleElementValue;
            0   30     2            cpool  Lorg/apache/bcel/generic/ConstantPoolGen;
            0   30     3  copyPoolEntries  Z
    MethodParameters:
                 Name  Flags
      value            final
      cpool            final
      copyPoolEntries  final

  public org.apache.bcel.classfile.ElementValue getElementValue();
    descriptor: ()Lorg/apache/bcel/classfile/ElementValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.bcel.generic.SimpleElementValueGen this
         0: .line 177
            new org.apache.bcel.classfile.SimpleElementValue
            dup
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.SimpleElementValue.<init>:(IILorg/apache/bcel/classfile/ConstantPool;)V
            areturn
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/generic/SimpleElementValueGen;

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

  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.apache.bcel.generic.SimpleElementValueGen this
         0: .line 187
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            bipush 115
            if_icmpeq 4
         1: .line 188
            new java.lang.RuntimeException
            dup
         2: .line 189
            ldc "Dont call getValueString() on a non STRING ElementValue"
         3: .line 188
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // org.apache.bcel.classfile.ConstantUtf8 c
         5: .line 192
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantUtf8 c
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            5    6     1     c  Lorg/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.apache.bcel.generic.SimpleElementValueGen this
         0: .line 197
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            bipush 73
            if_icmpeq 4
         1: .line 198
            new java.lang.RuntimeException
            dup
         2: .line 199
            ldc "Dont call getValueString() on a non STRING ElementValue"
         3: .line 198
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantInteger
            astore 1 /* c */
        start local 1 // org.apache.bcel.classfile.ConstantInteger c
         5: .line 202
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            ireturn
        end local 1 // org.apache.bcel.classfile.ConstantInteger c
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            5    6     1     c  Lorg/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.apache.bcel.generic.SimpleElementValueGen this
         0: .line 209
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()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 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantInteger
            astore 1 /* c */
        start local 1 // org.apache.bcel.classfile.ConstantInteger c
         2: .line 213
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantInteger c
         3: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantLong
            astore 2 /* j */
        start local 2 // org.apache.bcel.classfile.ConstantLong j
         4: .line 216
            aload 2 /* j */
            invokevirtual org.apache.bcel.classfile.ConstantLong.getBytes:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 2 // org.apache.bcel.classfile.ConstantLong j
         5: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantDouble
            astore 3 /* d */
        start local 3 // org.apache.bcel.classfile.ConstantDouble d
         6: .line 219
            aload 3 /* d */
            invokevirtual org.apache.bcel.classfile.ConstantDouble.getBytes:()D
            invokestatic java.lang.Double.toString:(D)Ljava/lang/String;
            areturn
        end local 3 // org.apache.bcel.classfile.ConstantDouble d
         7: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantFloat
            astore 4 /* f */
        start local 4 // org.apache.bcel.classfile.ConstantFloat f
         8: .line 222
            aload 4 /* f */
            invokevirtual org.apache.bcel.classfile.ConstantFloat.getBytes:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            areturn
        end local 4 // org.apache.bcel.classfile.ConstantFloat f
         9: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantInteger
            astore 5 /* s */
        start local 5 // org.apache.bcel.classfile.ConstantInteger s
        10: .line 225
            aload 5 /* s */
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 5 // org.apache.bcel.classfile.ConstantInteger s
        11: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantInteger
            astore 6 /* b */
        start local 6 // org.apache.bcel.classfile.ConstantInteger b
        12: .line 228
            aload 6 /* b */
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 6 // org.apache.bcel.classfile.ConstantInteger b
        13: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantInteger
            astore 7 /* ch */
        start local 7 // org.apache.bcel.classfile.ConstantInteger ch
        14: .line 231
            aload 7 /* ch */
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 7 // org.apache.bcel.classfile.ConstantInteger ch
        15: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantInteger
            astore 8 /* bo */
        start local 8 // org.apache.bcel.classfile.ConstantInteger bo
        16: .line 234
            aload 8 /* bo */
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            ifne 18
        17: .line 235
            ldc "false"
            areturn
        18: .line 237
      StackMap locals: org.apache.bcel.generic.SimpleElementValueGen top top top top top top top org.apache.bcel.classfile.ConstantInteger
      StackMap stack:
            ldc "true"
            areturn
        end local 8 // org.apache.bcel.classfile.ConstantInteger bo
        19: .line 239
      StackMap locals: org.apache.bcel.generic.SimpleElementValueGen
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.generic.SimpleElementValueGen.getConstantPool:()Lorg/apache/bcel/generic/ConstantPoolGen;
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual org.apache.bcel.generic.ConstantPoolGen.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 9 /* cu8 */
        start local 9 // org.apache.bcel.classfile.ConstantUtf8 cu8
        20: .line 240
            aload 9 /* cu8 */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 9 // org.apache.bcel.classfile.ConstantUtf8 cu8
        21: .line 242
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
        22: .line 243
            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 */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 242
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            2    3     1     c  Lorg/apache/bcel/classfile/ConstantInteger;
            4    5     2     j  Lorg/apache/bcel/classfile/ConstantLong;
            6    7     3     d  Lorg/apache/bcel/classfile/ConstantDouble;
            8    9     4     f  Lorg/apache/bcel/classfile/ConstantFloat;
           10   11     5     s  Lorg/apache/bcel/classfile/ConstantInteger;
           12   13     6     b  Lorg/apache/bcel/classfile/ConstantInteger;
           14   15     7    ch  Lorg/apache/bcel/classfile/ConstantInteger;
           16   19     8    bo  Lorg/apache/bcel/classfile/ConstantInteger;
           20   21     9   cu8  Lorg/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.apache.bcel.generic.SimpleElementValueGen this
        start local 1 // java.io.DataOutputStream dos
         0: .line 250
            aload 1 /* dos */
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 251
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()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 262
      StackMap locals:
      StackMap stack:
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.apache.bcel.generic.SimpleElementValueGen.idx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 263
            goto 7
         4: .line 265
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
         5: .line 266
            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 */
            invokespecial org.apache.bcel.generic.ElementValueGen.getElementValueType:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 265
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 268
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.apache.bcel.generic.SimpleElementValueGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/bcel/generic/SimpleElementValueGen;
            0    8     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final
}
SourceFile: "SimpleElementValueGen.java"