public class org.apache.tomcat.util.bcel.classfile.ElementValuePair
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.tomcat.util.bcel.classfile.ElementValuePair
  super_class: java.lang.Object
{
  private final org.apache.tomcat.util.bcel.classfile.ElementValue elementValue;
    descriptor: Lorg/apache/tomcat/util/bcel/classfile/ElementValue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool;
    descriptor: Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int elementNameIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.io.DataInput, org.apache.tomcat.util.bcel.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInput;Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.tomcat.util.bcel.classfile.ElementValuePair this
        start local 1 // java.io.DataInput file
        start local 2 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 2 /* constantPool */
            putfield org.apache.tomcat.util.bcel.classfile.ElementValuePair.constantPool:Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
         2: .line 40
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            putfield org.apache.tomcat.util.bcel.classfile.ElementValuePair.elementNameIndex:I
         3: .line 41
            aload 0 /* this */
            aload 1 /* file */
            aload 2 /* constantPool */
            invokestatic org.apache.tomcat.util.bcel.classfile.ElementValue.readElementValue:(Ljava/io/DataInput;Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;)Lorg/apache/tomcat/util/bcel/classfile/ElementValue;
            putfield org.apache.tomcat.util.bcel.classfile.ElementValuePair.elementValue:Lorg/apache/tomcat/util/bcel/classfile/ElementValue;
         4: .line 42
            return
        end local 2 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
        end local 1 // java.io.DataInput file
        end local 0 // org.apache.tomcat.util.bcel.classfile.ElementValuePair this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/apache/tomcat/util/bcel/classfile/ElementValuePair;
            0    5     1          file  Ljava/io/DataInput;
            0    5     2  constantPool  Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      file          final
      constantPool  final

  public java.lang.String getNameString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.ElementValuePair this
         0: .line 46
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.ElementValuePair.constantPool:Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
         1: .line 47
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.ElementValuePair.elementNameIndex:I
            iconst_1
         2: .line 46
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/tomcat/util/bcel/classfile/Constant;
            checkcast org.apache.tomcat.util.bcel.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // org.apache.tomcat.util.bcel.classfile.ConstantUtf8 c
         3: .line 48
            aload 1 /* c */
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.tomcat.util.bcel.classfile.ConstantUtf8 c
        end local 0 // org.apache.tomcat.util.bcel.classfile.ElementValuePair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/tomcat/util/bcel/classfile/ElementValuePair;
            3    4     1     c  Lorg/apache/tomcat/util/bcel/classfile/ConstantUtf8;

  public final org.apache.tomcat.util.bcel.classfile.ElementValue getValue();
    descriptor: ()Lorg/apache/tomcat/util/bcel/classfile/ElementValue;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.ElementValuePair this
         0: .line 53
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.ElementValuePair.elementValue:Lorg/apache/tomcat/util/bcel/classfile/ElementValue;
            areturn
        end local 0 // org.apache.tomcat.util.bcel.classfile.ElementValuePair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/bcel/classfile/ElementValuePair;
}
SourceFile: "ElementValuePair.java"