class com.sun.tools.javac.comp.Annotate$AnnotationValueContext extends com.sun.tools.javac.comp.Check$NestedCheckContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Annotate$AnnotationValueContext
  super_class: com.sun.tools.javac.comp.Check$NestedCheckContext
{
  final com.sun.tools.javac.comp.Annotate this$0;
    descriptor: Lcom/sun/tools/javac/comp/Annotate;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Annotate, com.sun.tools.javac.comp.Check$CheckContext);
    descriptor: (Lcom/sun/tools/javac/comp/Annotate;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Annotate$AnnotationValueContext this
        start local 2 // com.sun.tools.javac.comp.Check$CheckContext enclosingContext
         0: .line 682
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Annotate$AnnotationValueContext.this$0:Lcom/sun/tools/javac/comp/Annotate;
         1: .line 683
            aload 0 /* this */
            aload 2 /* enclosingContext */
            invokespecial com.sun.tools.javac.comp.Check$NestedCheckContext.<init>:(Lcom/sun/tools/javac/comp/Check$CheckContext;)V
         2: .line 684
            return
        end local 2 // com.sun.tools.javac.comp.Check$CheckContext enclosingContext
        end local 0 // com.sun.tools.javac.comp.Annotate$AnnotationValueContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/tools/javac/comp/Annotate$AnnotationValueContext;
            0    3     2  enclosingContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
    MethodParameters:
                  Name  Flags
      this$0            final
      enclosingContext  

  public boolean compatible(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.util.Warner);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Annotate$AnnotationValueContext this
        start local 1 // com.sun.tools.javac.code.Type found
        start local 2 // com.sun.tools.javac.code.Type req
        start local 3 // com.sun.tools.javac.util.Warner warn
         0: .line 689
            aload 1 /* found */
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 1
            aload 0 /* this */
            aload 1 /* found */
            aload 2 /* req */
            aload 3 /* warn */
            invokespecial com.sun.tools.javac.comp.Check$NestedCheckContext.compatible:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 3 // com.sun.tools.javac.util.Warner warn
        end local 2 // com.sun.tools.javac.code.Type req
        end local 1 // com.sun.tools.javac.code.Type found
        end local 0 // com.sun.tools.javac.comp.Annotate$AnnotationValueContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/comp/Annotate$AnnotationValueContext;
            0    2     1  found  Lcom/sun/tools/javac/code/Type;
            0    2     2    req  Lcom/sun/tools/javac/code/Type;
            0    2     3   warn  Lcom/sun/tools/javac/util/Warner;
    MethodParameters:
       Name  Flags
      found  
      req    
      warn   
}
SourceFile: "Annotate.java"
NestHost: com.sun.tools.javac.comp.Annotate
InnerClasses:
  AnnotationValueContext = com.sun.tools.javac.comp.Annotate$AnnotationValueContext of com.sun.tools.javac.comp.Annotate
  public abstract CheckContext = com.sun.tools.javac.comp.Check$CheckContext of com.sun.tools.javac.comp.Check
  NestedCheckContext = com.sun.tools.javac.comp.Check$NestedCheckContext of com.sun.tools.javac.comp.Check