public abstract class com.sun.tools.javac.code.Attribute implements javax.lang.model.element.AnnotationValue
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.javac.code.Attribute
  super_class: java.lang.Object
{
  public com.sun.tools.javac.code.Type type;
    descriptor: Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Attribute this
        start local 1 // com.sun.tools.javac.code.Type type
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* type */
            putfield com.sun.tools.javac.code.Attribute.type:Lcom/sun/tools/javac/code/Type;
         2: .line 52
            return
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.code.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/code/Attribute;
            0    3     1  type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      type  

  public abstract void accept(com.sun.tools.javac.code.Attribute$Visitor);
    descriptor: (Lcom/sun/tools/javac/code/Attribute$Visitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      v     

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute this
         0: .line 58
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.code.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute;

  public <R, P> R accept(javax.lang.model.element.AnnotationValueVisitor<R, P>, );
    descriptor: (Ljavax/lang/model/element/AnnotationValueVisitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Attribute this
        start local 1 // javax.lang.model.element.AnnotationValueVisitor v
        start local 2 // java.lang.Object p
         0: .line 63
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.lang.Object p
        end local 1 // javax.lang.model.element.AnnotationValueVisitor v
        end local 0 // com.sun.tools.javac.code.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute;
            0    1     1     v  Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;
            0    1     2     p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;TP;)TR;
    MethodParameters:
      Name  Flags
      v     
      p     

  public boolean isSynthesized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute this
         0: .line 67
            iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.code.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute;

  public com.sun.tools.javac.code.TypeAnnotationPosition getPosition();
    descriptor: ()Lcom/sun/tools/javac/code/TypeAnnotationPosition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute this
         0: .line 70
            aconst_null
            areturn
        end local 0 // com.sun.tools.javac.code.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute;
}
SourceFile: "Attribute.java"
NestMembers:
  com.sun.tools.javac.code.Attribute$Array  com.sun.tools.javac.code.Attribute$Class  com.sun.tools.javac.code.Attribute$Compound  com.sun.tools.javac.code.Attribute$Constant  com.sun.tools.javac.code.Attribute$Enum  com.sun.tools.javac.code.Attribute$Error  com.sun.tools.javac.code.Attribute$RetentionPolicy  com.sun.tools.javac.code.Attribute$TypeCompound  com.sun.tools.javac.code.Attribute$UnresolvedClass  com.sun.tools.javac.code.Attribute$Visitor
InnerClasses:
  public Array = com.sun.tools.javac.code.Attribute$Array of com.sun.tools.javac.code.Attribute
  public Class = com.sun.tools.javac.code.Attribute$Class of com.sun.tools.javac.code.Attribute
  public Compound = com.sun.tools.javac.code.Attribute$Compound of com.sun.tools.javac.code.Attribute
  public Constant = com.sun.tools.javac.code.Attribute$Constant of com.sun.tools.javac.code.Attribute
  public Enum = com.sun.tools.javac.code.Attribute$Enum of com.sun.tools.javac.code.Attribute
  public Error = com.sun.tools.javac.code.Attribute$Error of com.sun.tools.javac.code.Attribute
  public final RetentionPolicy = com.sun.tools.javac.code.Attribute$RetentionPolicy of com.sun.tools.javac.code.Attribute
  public TypeCompound = com.sun.tools.javac.code.Attribute$TypeCompound of com.sun.tools.javac.code.Attribute
  public UnresolvedClass = com.sun.tools.javac.code.Attribute$UnresolvedClass of com.sun.tools.javac.code.Attribute
  public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute