public class com.sun.tools.classfile.Annotation$Enum_element_value extends com.sun.tools.classfile.Annotation$element_value
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.Annotation$Enum_element_value
  super_class: com.sun.tools.classfile.Annotation$element_value
{
  public final int type_name_index;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int const_name_index;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(com.sun.tools.classfile.ClassReader, int);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int tag
         0: .line 154
            aload 0 /* this */
            iload 2 /* tag */
            invokespecial com.sun.tools.classfile.Annotation$element_value.<init>:(I)V
         1: .line 155
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.Annotation$Enum_element_value.type_name_index:I
         2: .line 156
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.Annotation$Enum_element_value.const_name_index:I
         3: .line 157
            return
        end local 2 // int tag
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/classfile/Annotation$Enum_element_value;
            0    4     1    cr  Lcom/sun/tools/classfile/ClassReader;
            0    4     2   tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cr    
      tag   

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
        start local 1 // int type_name_index
        start local 2 // int const_name_index
        start local 3 // int tag
         0: .line 160
            aload 0 /* this */
            iload 3 /* tag */
            invokespecial com.sun.tools.classfile.Annotation$element_value.<init>:(I)V
         1: .line 161
            aload 0 /* this */
            iload 1 /* type_name_index */
            putfield com.sun.tools.classfile.Annotation$Enum_element_value.type_name_index:I
         2: .line 162
            aload 0 /* this */
            iload 2 /* const_name_index */
            putfield com.sun.tools.classfile.Annotation$Enum_element_value.const_name_index:I
         3: .line 163
            return
        end local 3 // int tag
        end local 2 // int const_name_index
        end local 1 // int type_name_index
        end local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/sun/tools/classfile/Annotation$Enum_element_value;
            0    4     1   type_name_index  I
            0    4     2  const_name_index  I
            0    4     3               tag  I
    MethodParameters:
                  Name  Flags
      type_name_index   
      const_name_index  
      tag               

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
         0: .line 167
            iconst_4
            ireturn
        end local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/Annotation$Enum_element_value;

  public <R, P> R accept(com.sun.tools.classfile.Annotation$element_value$Visitor<R, P>, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$element_value$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
        start local 1 // com.sun.tools.classfile.Annotation$element_value$Visitor visitor
        start local 2 // java.lang.Object p
         0: .line 171
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.classfile.Annotation$element_value$Visitor.visitEnum:(Lcom/sun/tools/classfile/Annotation$Enum_element_value;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // com.sun.tools.classfile.Annotation$element_value$Visitor visitor
        end local 0 // com.sun.tools.classfile.Annotation$Enum_element_value this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/Annotation$Enum_element_value;
            0    1     1  visitor  Lcom/sun/tools/classfile/Annotation$element_value$Visitor<TR;TP;>;
            0    1     2        p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Annotation$element_value$Visitor<TR;TP;>;TP;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      p        
}
SourceFile: "Annotation.java"
NestHost: com.sun.tools.classfile.Annotation
InnerClasses:
  public Enum_element_value = com.sun.tools.classfile.Annotation$Enum_element_value of com.sun.tools.classfile.Annotation
  public abstract element_value = com.sun.tools.classfile.Annotation$element_value of com.sun.tools.classfile.Annotation
  public abstract Visitor = com.sun.tools.classfile.Annotation$element_value$Visitor of com.sun.tools.classfile.Annotation$element_value