public class org.apache.bcel.classfile.EnumElementValue extends org.apache.bcel.classfile.ElementValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.classfile.EnumElementValue
  super_class: org.apache.bcel.classfile.ElementValue
{
  private final int typeIdx;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int valueIdx;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_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.EnumElementValue this
        start local 1 // int type
        start local 2 // int typeIdx
        start local 3 // int valueIdx
        start local 4 // org.apache.bcel.classfile.ConstantPool cpool
         0: .line 38
            aload 0 /* this */
            iload 1 /* type */
            aload 4 /* cpool */
            invokespecial org.apache.bcel.classfile.ElementValue.<init>:(ILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 39
            iload 1 /* type */
            bipush 101
            if_icmpeq 5
         2: .line 40
            new java.lang.RuntimeException
            dup
         3: .line 41
            new java.lang.StringBuilder
            dup
            ldc "Only element values of type enum can be built with this ctor - type specified: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 40
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 43
      StackMap locals: org.apache.bcel.classfile.EnumElementValue int int int org.apache.bcel.classfile.ConstantPool
      StackMap stack:
            aload 0 /* this */
            iload 2 /* typeIdx */
            putfield org.apache.bcel.classfile.EnumElementValue.typeIdx:I
         6: .line 44
            aload 0 /* this */
            iload 3 /* valueIdx */
            putfield org.apache.bcel.classfile.EnumElementValue.valueIdx:I
         7: .line 45
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool cpool
        end local 3 // int valueIdx
        end local 2 // int typeIdx
        end local 1 // int type
        end local 0 // org.apache.bcel.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/bcel/classfile/EnumElementValue;
            0    8     1      type  I
            0    8     2   typeIdx  I
            0    8     3  valueIdx  I
            0    8     4     cpool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
          Name  Flags
      type      final
      typeIdx   final
      valueIdx  final
      cpool     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.EnumElementValue this
        start local 1 // java.io.DataOutputStream dos
         0: .line 50
            aload 1 /* dos */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.ElementValue.getType:()I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 51
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.EnumElementValue.typeIdx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 52
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.EnumElementValue.valueIdx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 53
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.apache.bcel.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/EnumElementValue;
            0    4     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final

  public java.lang.String stringifyValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.bcel.classfile.EnumElementValue this
         0: .line 58
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.ElementValue.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.EnumElementValue.valueIdx:I
         1: .line 59
            iconst_1
         2: .line 58
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // org.apache.bcel.classfile.ConstantUtf8 cu8
         3: .line 60
            aload 1 /* cu8 */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantUtf8 cu8
        end local 0 // org.apache.bcel.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/EnumElementValue;
            3    4     1   cu8  Lorg/apache/bcel/classfile/ConstantUtf8;

  public java.lang.String getEnumTypeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.bcel.classfile.EnumElementValue this
         0: .line 65
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.ElementValue.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.EnumElementValue.typeIdx:I
         1: .line 66
            iconst_1
         2: .line 65
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // org.apache.bcel.classfile.ConstantUtf8 cu8
         3: .line 67
            aload 1 /* cu8 */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantUtf8 cu8
        end local 0 // org.apache.bcel.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/EnumElementValue;
            3    4     1   cu8  Lorg/apache/bcel/classfile/ConstantUtf8;

  public java.lang.String getEnumValueString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.bcel.classfile.EnumElementValue this
         0: .line 72
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.ElementValue.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.EnumElementValue.valueIdx:I
         1: .line 73
            iconst_1
         2: .line 72
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // org.apache.bcel.classfile.ConstantUtf8 cu8
         3: .line 74
            aload 1 /* cu8 */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantUtf8 cu8
        end local 0 // org.apache.bcel.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/EnumElementValue;
            3    4     1   cu8  Lorg/apache/bcel/classfile/ConstantUtf8;

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

  public int getTypeIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.EnumElementValue this
         0: .line 84
            aload 0 /* this */
            getfield org.apache.bcel.classfile.EnumElementValue.typeIdx:I
            ireturn
        end local 0 // org.apache.bcel.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/EnumElementValue;
}
SourceFile: "EnumElementValue.java"