public interface com.sun.tools.classfile.Annotation$element_value$Visitor<R, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.tools.classfile.Annotation$element_value$Visitor
  super_class: java.lang.Object
{
  public abstract R visitPrimitive(com.sun.tools.classfile.Annotation$Primitive_element_value, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$Primitive_element_value;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/classfile/Annotation$Primitive_element_value;TP;)TR;
    MethodParameters:
      Name  Flags
      ev    
      p     

  public abstract R visitEnum(com.sun.tools.classfile.Annotation$Enum_element_value, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$Enum_element_value;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/classfile/Annotation$Enum_element_value;TP;)TR;
    MethodParameters:
      Name  Flags
      ev    
      p     

  public abstract R visitClass(com.sun.tools.classfile.Annotation$Class_element_value, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$Class_element_value;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/classfile/Annotation$Class_element_value;TP;)TR;
    MethodParameters:
      Name  Flags
      ev    
      p     

  public abstract R visitAnnotation(com.sun.tools.classfile.Annotation$Annotation_element_value, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$Annotation_element_value;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/classfile/Annotation$Annotation_element_value;TP;)TR;
    MethodParameters:
      Name  Flags
      ev    
      p     

  public abstract R visitArray(com.sun.tools.classfile.Annotation$Array_element_value, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$Array_element_value;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/classfile/Annotation$Array_element_value;TP;)TR;
    MethodParameters:
      Name  Flags
      ev    
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Annotation.java"
NestHost: com.sun.tools.classfile.Annotation
InnerClasses:
  public Annotation_element_value = com.sun.tools.classfile.Annotation$Annotation_element_value of com.sun.tools.classfile.Annotation
  public Array_element_value = com.sun.tools.classfile.Annotation$Array_element_value of com.sun.tools.classfile.Annotation
  public Class_element_value = com.sun.tools.classfile.Annotation$Class_element_value of com.sun.tools.classfile.Annotation
  public Enum_element_value = com.sun.tools.classfile.Annotation$Enum_element_value of com.sun.tools.classfile.Annotation
  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