public class com.sun.tools.classfile.Annotation$Primitive_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$Primitive_element_value
  super_class: com.sun.tools.classfile.Annotation$element_value
{
  public final int const_value_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$Primitive_element_value this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int tag
         0: .line 130
            aload 0 /* this */
            iload 2 /* tag */
            invokespecial com.sun.tools.classfile.Annotation$element_value.<init>:(I)V
         1: .line 131
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.Annotation$Primitive_element_value.const_value_index:I
         2: .line 132
            return
        end local 2 // int tag
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.Annotation$Primitive_element_value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/classfile/Annotation$Primitive_element_value;
            0    3     1    cr  Lcom/sun/tools/classfile/ClassReader;
            0    3     2   tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cr    
      tag   

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.Annotation$Primitive_element_value this
        start local 1 // int const_value_index
        start local 2 // int tag
         0: .line 135
            aload 0 /* this */
            iload 2 /* tag */
            invokespecial com.sun.tools.classfile.Annotation$element_value.<init>:(I)V
         1: .line 136
            aload 0 /* this */
            iload 1 /* const_value_index */
            putfield com.sun.tools.classfile.Annotation$Primitive_element_value.const_value_index:I
         2: .line 137
            return
        end local 2 // int tag
        end local 1 // int const_value_index
        end local 0 // com.sun.tools.classfile.Annotation$Primitive_element_value this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/sun/tools/classfile/Annotation$Primitive_element_value;
            0    3     1  const_value_index  I
            0    3     2                tag  I
    MethodParameters:
                   Name  Flags
      const_value_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$Primitive_element_value this
         0: .line 141
            iconst_2
            ireturn
        end local 0 // com.sun.tools.classfile.Annotation$Primitive_element_value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/Annotation$Primitive_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$Primitive_element_value this
        start local 1 // com.sun.tools.classfile.Annotation$element_value$Visitor visitor
        start local 2 // java.lang.Object p
         0: .line 145
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.classfile.Annotation$element_value$Visitor.visitPrimitive:(Lcom/sun/tools/classfile/Annotation$Primitive_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$Primitive_element_value this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/Annotation$Primitive_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 Primitive_element_value = com.sun.tools.classfile.Annotation$Primitive_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