public final class org.apache.bcel.classfile.ConstantValue extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.ConstantValue
  super_class: org.apache.bcel.classfile.Attribute
{
  private int constantvalue_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.ConstantValue);
    descriptor: (Lorg/apache/bcel/classfile/ConstantValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // org.apache.bcel.classfile.ConstantValue c
         0: .line 43
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantValue.getNameIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantValue.getLength:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantValue.getConstantValueIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantValue.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.ConstantValue.<init>:(IIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 44
            return
        end local 1 // org.apache.bcel.classfile.ConstantValue c
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantValue;
            0    2     1     c  Lorg/apache/bcel/classfile/ConstantValue;
    MethodParameters:
      Name  Flags
      c     final

  void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 57
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.ConstantValue.<init>:(IIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 58
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/bcel/classfile/ConstantValue;
            0    2     1     name_index  I
            0    2     2         length  I
            0    2     3          input  Ljava/io/DataInput;
            0    2     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final

  public void <init>(int, int, int, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IIILorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // int constantvalue_index
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 69
            aload 0 /* this */
            iconst_1
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Attribute.<init>:(BIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 70
            aload 0 /* this */
            iload 3 /* constantvalue_index */
            putfield org.apache.bcel.classfile.ConstantValue.constantvalue_index:I
         2: .line 71
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // int constantvalue_index
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/apache/bcel/classfile/ConstantValue;
            0    3     1           name_index  I
            0    3     2               length  I
            0    3     3  constantvalue_index  I
            0    3     4        constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                     Name  Flags
      name_index           final
      length               final
      constantvalue_index  final
      constant_pool        final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 83
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitConstantValue:(Lorg/apache/bcel/classfile/ConstantValue;)V
         1: .line 84
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantValue;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // java.io.DataOutputStream file
         0: .line 95
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 96
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantValue.constantvalue_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 97
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ConstantValue;
            0    3     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

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

  public void setConstantValueIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // int constantvalue_index
         0: .line 112
            aload 0 /* this */
            iload 1 /* constantvalue_index */
            putfield org.apache.bcel.classfile.ConstantValue.constantvalue_index:I
         1: .line 113
            return
        end local 1 // int constantvalue_index
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/apache/bcel/classfile/ConstantValue;
            0    2     1  constantvalue_index  I
    MethodParameters:
                     Name  Flags
      constantvalue_index  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantValue this
         0: .line 121
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantValue.constantvalue_index:I
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(I)Lorg/apache/bcel/classfile/Constant;
            astore 1 /* c */
        start local 1 // org.apache.bcel.classfile.Constant c
         1: .line 125
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.Constant.getTag:()B
            tableswitch { // 3 - 8
                    3: 8
                    4: 4
                    5: 2
                    6: 6
                    7: 14
                    8: 10
              default: 14
          }
         2: .line 127
      StackMap locals: org.apache.bcel.classfile.Constant
      StackMap stack:
            aload 1 /* c */
            checkcast org.apache.bcel.classfile.ConstantLong
            invokevirtual org.apache.bcel.classfile.ConstantLong.getBytes:()J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            astore 2 /* buf */
        start local 2 // java.lang.String buf
         3: .line 128
            goto 15
        end local 2 // java.lang.String buf
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast org.apache.bcel.classfile.ConstantFloat
            invokevirtual org.apache.bcel.classfile.ConstantFloat.getBytes:()F
            invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
            astore 2 /* buf */
        start local 2 // java.lang.String buf
         5: .line 131
            goto 15
        end local 2 // java.lang.String buf
         6: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast org.apache.bcel.classfile.ConstantDouble
            invokevirtual org.apache.bcel.classfile.ConstantDouble.getBytes:()D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            astore 2 /* buf */
        start local 2 // java.lang.String buf
         7: .line 134
            goto 15
        end local 2 // java.lang.String buf
         8: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast org.apache.bcel.classfile.ConstantInteger
            invokevirtual org.apache.bcel.classfile.ConstantInteger.getBytes:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            astore 2 /* buf */
        start local 2 // java.lang.String buf
         9: .line 137
            goto 15
        end local 2 // java.lang.String buf
        10: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast org.apache.bcel.classfile.ConstantString
            invokevirtual org.apache.bcel.classfile.ConstantString.getStringIndex:()I
            istore 3 /* i */
        start local 3 // int i
        11: .line 140
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            iload 3 /* i */
            iconst_1
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            astore 1 /* c */
        12: .line 141
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* c */
            checkcast org.apache.bcel.classfile.ConstantUtf8
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            invokestatic org.apache.bcel.classfile.Utility.convertString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* buf */
        start local 2 // java.lang.String buf
        13: .line 142
            goto 15
        end local 3 // int i
        end local 2 // java.lang.String buf
        14: .line 144
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Type of ConstValue invalid: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* c */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // java.lang.String buf
        15: .line 146
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* buf */
            areturn
        end local 2 // java.lang.String buf
        end local 1 // org.apache.bcel.classfile.Constant c
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/bcel/classfile/ConstantValue;
            1   16     1     c  Lorg/apache/bcel/classfile/Constant;
            3    4     2   buf  Ljava/lang/String;
            5    6     2   buf  Ljava/lang/String;
            7    8     2   buf  Ljava/lang/String;
            9   10     2   buf  Ljava/lang/String;
           13   14     2   buf  Ljava/lang/String;
           15   16     2   buf  Ljava/lang/String;
           11   14     3     i  I

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantValue this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 155
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ConstantValue.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.ConstantValue
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.ConstantValue c
         1: .line 156
            aload 2 /* c */
            aload 1 /* _constant_pool */
            invokevirtual org.apache.bcel.classfile.ConstantValue.setConstantPool:(Lorg/apache/bcel/classfile/ConstantPool;)V
         2: .line 157
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.ConstantValue c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.ConstantValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/apache/bcel/classfile/ConstantValue;
            0    3     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1    3     2               c  Lorg/apache/bcel/classfile/ConstantValue;
    MethodParameters:
                Name  Flags
      _constant_pool  final
}
SourceFile: "ConstantValue.java"