public class com.sun.tools.javac.code.Attribute$Error extends com.sun.tools.javac.code.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.code.Attribute$Error
  super_class: com.sun.tools.javac.code.Attribute
{
  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$Error this
        start local 1 // com.sun.tools.javac.code.Type type
         0: .line 386
            aload 0 /* this */
            aload 1 /* type */
            invokespecial com.sun.tools.javac.code.Attribute.<init>:(Lcom/sun/tools/javac/code/Type;)V
         1: .line 387
            return
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.code.Attribute$Error this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/code/Attribute$Error;
            0    2     1  type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      type  

  public void accept(com.sun.tools.javac.code.Attribute$Visitor);
    descriptor: (Lcom/sun/tools/javac/code/Attribute$Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Attribute$Error this
        start local 1 // com.sun.tools.javac.code.Attribute$Visitor v
         0: .line 388
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.tools.javac.code.Attribute$Visitor.visitError:(Lcom/sun/tools/javac/code/Attribute$Error;)V
            return
        end local 1 // com.sun.tools.javac.code.Attribute$Visitor v
        end local 0 // com.sun.tools.javac.code.Attribute$Error this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Error;
            0    1     1     v  Lcom/sun/tools/javac/code/Attribute$Visitor;
    MethodParameters:
      Name  Flags
      v     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute$Error this
         0: .line 391
            ldc "<error>"
            areturn
        end local 0 // com.sun.tools.javac.code.Attribute$Error this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Error;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute$Error this
         0: .line 395
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Attribute$Error.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.code.Attribute$Error this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Error;

  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=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Attribute$Error this
        start local 1 // javax.lang.model.element.AnnotationValueVisitor v
        start local 2 // java.lang.Object p
         0: .line 399
            aload 1 /* v */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Attribute$Error.toString:()Ljava/lang/String;
            aload 2 /* p */
            invokeinterface javax.lang.model.element.AnnotationValueVisitor.visitString:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        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$Error this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Error;
            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 java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.javac.code.Attribute$Error.getValue:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Attribute.java"
NestHost: com.sun.tools.javac.code.Attribute
InnerClasses:
  public Error = com.sun.tools.javac.code.Attribute$Error of com.sun.tools.javac.code.Attribute
  public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute