public class com.sun.org.apache.bcel.internal.classfile.EnumElementValue extends com.sun.org.apache.bcel.internal.classfile.ElementValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.EnumElementValue
  super_class: com.sun.org.apache.bcel.internal.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, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (IIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
        start local 1 // int type
        start local 2 // int typeIdx
        start local 3 // int valueIdx
        start local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cpool
         0: .line 42
            aload 0 /* this */
            iload 1 /* type */
            aload 4 /* cpool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.<init>:(ILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 43
            iload 1 /* type */
            bipush 101
            if_icmpeq 5
         2: .line 44
            new java.lang.RuntimeException
            dup
         3: .line 45
            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 44
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 47
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.EnumElementValue int int int com.sun.org.apache.bcel.internal.classfile.ConstantPool
      StackMap stack:
            aload 0 /* this */
            iload 2 /* typeIdx */
            putfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.typeIdx:I
         6: .line 48
            aload 0 /* this */
            iload 3 /* valueIdx */
            putfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.valueIdx:I
         7: .line 49
            return
        end local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cpool
        end local 3 // int valueIdx
        end local 2 // int typeIdx
        end local 1 // int type
        end local 0 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/org/apache/bcel/internal/classfile/EnumElementValue;
            0    8     1      type  I
            0    8     2   typeIdx  I
            0    8     3  valueIdx  I
            0    8     4     cpool  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
        start local 1 // java.io.DataOutputStream dos
         0: .line 54
            aload 1 /* dos */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.getType:()I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 55
            aload 1 /* dos */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.typeIdx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 56
            aload 1 /* dos */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.valueIdx:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 57
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
         0: .line 62
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.valueIdx:I
         1: .line 63
            iconst_1
         2: .line 62
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 cu8
         3: .line 64
            aload 1 /* cu8 */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 cu8
        end local 0 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/EnumElementValue;
            3    4     1   cu8  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
         0: .line 69
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.typeIdx:I
         1: .line 70
            iconst_1
         2: .line 69
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 cu8
         3: .line 71
            aload 1 /* cu8 */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 cu8
        end local 0 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/EnumElementValue;
            3    4     1   cu8  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
         0: .line 76
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ElementValue.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.EnumElementValue.valueIdx:I
         1: .line 77
            iconst_1
         2: .line 76
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* cu8 */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 cu8
         3: .line 78
            aload 1 /* cu8 */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 cu8
        end local 0 // com.sun.org.apache.bcel.internal.classfile.EnumElementValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/EnumElementValue;
            3    4     1   cu8  Lcom/sun/org/apache/bcel/internal/classfile/ConstantUtf8;

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

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