class com.sun.tools.javac.util.RichDiagnosticFormatter$1 extends com.sun.tools.javac.code.Types$UnaryVisitor<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.util.RichDiagnosticFormatter$1
  super_class: com.sun.tools.javac.code.Types$UnaryVisitor
{
  final com.sun.tools.javac.util.RichDiagnosticFormatter this$0;
    descriptor: Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.util.RichDiagnosticFormatter);
    descriptor: (Lcom/sun/tools/javac/util/RichDiagnosticFormatter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
         0: .line 459
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.code.Types$UnaryVisitor.<init>:()V
            return
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Void visit(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.util.List ts
         0: .line 462
            aload 1 /* ts */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.sun.tools.javac.util.RichDiagnosticFormatter$1 com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 2 /* t */
        start local 2 // com.sun.tools.javac.code.Type t
         2: .line 463
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
        end local 2 // com.sun.tools.javac.code.Type t
         3: .line 462
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 464
            aconst_null
            areturn
        end local 1 // com.sun.tools.javac.util.List ts
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    5     1    ts  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            2    3     2     t  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)Ljava/lang/Void;
    MethodParameters:
      Name  Flags
      ts    

  public java.lang.Void visitForAll(com.sun.tools.javac.code.Type$ForAll, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$ForAll;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$ForAll t
        start local 2 // java.lang.Void ignored
         0: .line 469
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
            pop
         1: .line 470
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.qtype:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         2: .line 471
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$ForAll t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    3     1        t  Lcom/sun/tools/javac/code/Type$ForAll;
            0    3     2  ignored  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitMethodType(com.sun.tools.javac.code.Type$MethodType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$MethodType;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$MethodType t
        start local 2 // java.lang.Void ignored
         0: .line 476
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$MethodType.argtypes:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
            pop
         1: .line 477
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$MethodType.restype:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         2: .line 478
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$MethodType t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    3     1        t  Lcom/sun/tools/javac/code/Type$MethodType;
            0    3     2  ignored  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitErrorType(com.sun.tools.javac.code.Type$ErrorType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$ErrorType;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$ErrorType t
        start local 2 // java.lang.Void ignored
         0: .line 483
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ErrorType.getOriginalType:()Lcom/sun/tools/javac/code/Type;
            astore 3 /* ot */
        start local 3 // com.sun.tools.javac.code.Type ot
         1: .line 484
            aload 3 /* ot */
            ifnull 3
         2: .line 485
            aload 0 /* this */
            aload 3 /* ot */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         3: .line 486
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aconst_null
            areturn
        end local 3 // com.sun.tools.javac.code.Type ot
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$ErrorType t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    4     1        t  Lcom/sun/tools/javac/code/Type$ErrorType;
            0    4     2  ignored  Ljava/lang/Void;
            1    4     3       ot  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitArrayType(com.sun.tools.javac.code.Type$ArrayType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$ArrayType;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$ArrayType t
        start local 2 // java.lang.Void ignored
         0: .line 491
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ArrayType.elemtype:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         1: .line 492
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$ArrayType t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    2     1        t  Lcom/sun/tools/javac/code/Type$ArrayType;
            0    2     2  ignored  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitWildcardType(com.sun.tools.javac.code.Type$WildcardType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$WildcardType t
        start local 2 // java.lang.Void ignored
         0: .line 497
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$WildcardType.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         1: .line 498
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$WildcardType t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    2     1        t  Lcom/sun/tools/javac/code/Type$WildcardType;
            0    2     2  ignored  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitType(com.sun.tools.javac.code.Type, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type t
        start local 2 // java.lang.Void ignored
         0: .line 502
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    1     1        t  Lcom/sun/tools/javac/code/Type;
            0    1     2  ignored  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitCapturedType(com.sun.tools.javac.code.Type$CapturedType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$CapturedType;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$CapturedType t
        start local 2 // java.lang.Void ignored
         0: .line 507
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            aload 1 /* t */
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.CAPTURED:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter.indexOf:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;)I
            iconst_m1
            if_icmpne 9
         1: .line 508
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$CapturedType.lower:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.botType:Lcom/sun/tools/javac/code/Type;
            if_acmpne 2
            ldc ".1"
            goto 3
      StackMap locals:
      StackMap stack:
         2: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 3 /* suffix */
        start local 3 // java.lang.String suffix
         4: .line 509
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            new java.lang.StringBuilder
            dup
            ldc "where.captured"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* suffix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$CapturedType.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            aastore
            dup
            iconst_2
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$CapturedType.lower:Lcom/sun/tools/javac/code/Type;
            aastore
            dup
            iconst_3
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$CapturedType.wildcard:Lcom/sun/tools/javac/code/Type$WildcardType;
            aastore
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Ljava/lang/String;[Ljava/lang/Object;)Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 4 /* d */
        start local 4 // com.sun.tools.javac.util.JCDiagnostic d
         5: .line 510
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.whereClauses:Ljava/util/Map;
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.CAPTURED:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            aload 1 /* t */
            aload 4 /* d */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 511
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$CapturedType.wildcard:Lcom/sun/tools/javac/code/Type$WildcardType;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         7: .line 512
            aload 0 /* this */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$CapturedType.lower:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         8: .line 513
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$CapturedType.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.javac.util.JCDiagnostic d
        end local 3 // java.lang.String suffix
         9: .line 515
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$CapturedType t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0   10     1        t  Lcom/sun/tools/javac/code/Type$CapturedType;
            0   10     2  ignored  Ljava/lang/Void;
            4    9     3   suffix  Ljava/lang/String;
            5    9     4        d  Lcom/sun/tools/javac/util/JCDiagnostic;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitClassType(com.sun.tools.javac.code.Type$ClassType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$ClassType t
        start local 2 // java.lang.Void ignored
         0: .line 520
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.isCompound:()Z
            ifeq 9
         1: .line 521
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            aload 1 /* t */
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.INTERSECTION:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter.indexOf:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;)I
            iconst_m1
            if_icmpne 16
         2: .line 522
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.supertype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* supertype */
        start local 3 // com.sun.tools.javac.code.Type supertype
         3: .line 523
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.interfaces:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            astore 4 /* interfaces */
        start local 4 // com.sun.tools.javac.util.List interfaces
         4: .line 524
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 1 /* t */
            aload 4 /* interfaces */
            aload 3 /* supertype */
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.WhereIntersection:(Lcom/sun/tools/javac/code/Type;Ljava/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 5 /* d */
        start local 5 // com.sun.tools.javac.util.JCDiagnostic d
         5: .line 525
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.whereClauses:Ljava/util/Map;
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.INTERSECTION:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            aload 1 /* t */
            aload 5 /* d */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 526
            aload 0 /* this */
            aload 3 /* supertype */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
         7: .line 527
            aload 0 /* this */
            aload 4 /* interfaces */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
            pop
        end local 5 // com.sun.tools.javac.util.JCDiagnostic d
        end local 4 // com.sun.tools.javac.util.List interfaces
        end local 3 // com.sun.tools.javac.code.Type supertype
         8: .line 529
            goto 16
      StackMap locals:
      StackMap stack:
         9: aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ClassType.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.isEmpty:()Z
            ifeq 16
        10: .line 531
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ClassType.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.type:Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$ClassType
            astore 3 /* norm */
        start local 3 // com.sun.tools.javac.code.Type$ClassType norm
        11: .line 532
            aload 3 /* norm */
            ifnull 16
        12: .line 533
            aload 3 /* norm */
            getfield com.sun.tools.javac.code.Type$ClassType.interfaces_field:Lcom/sun/tools/javac/util/List;
            ifnull 15
            aload 3 /* norm */
            getfield com.sun.tools.javac.code.Type$ClassType.interfaces_field:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 15
        13: .line 534
            aload 0 /* this */
            aload 3 /* norm */
            getfield com.sun.tools.javac.code.Type$ClassType.interfaces_field:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
        14: .line 535
            goto 16
        15: .line 536
      StackMap locals: com.sun.tools.javac.code.Type$ClassType
      StackMap stack:
            aload 0 /* this */
            aload 3 /* norm */
            getfield com.sun.tools.javac.code.Type$ClassType.supertype_field:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
        end local 3 // com.sun.tools.javac.code.Type$ClassType norm
        16: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.nameSimplifier:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$ClassNameSimplifier;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ClassType.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$ClassNameSimplifier.addUsage:(Lcom/sun/tools/javac/code/Symbol;)V
        17: .line 541
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
            pop
        18: .line 542
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 20
        19: .line 543
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
            pop
        20: .line 544
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$ClassType t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0   21     1           t  Lcom/sun/tools/javac/code/Type$ClassType;
            0   21     2     ignored  Ljava/lang/Void;
            3    8     3   supertype  Lcom/sun/tools/javac/code/Type;
            4    8     4  interfaces  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5    8     5           d  Lcom/sun/tools/javac/util/JCDiagnostic;
           11   16     3        norm  Lcom/sun/tools/javac/code/Type$ClassType;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public java.lang.Void visitTypeVar(com.sun.tools.javac.code.Type$TypeVar, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type$TypeVar t
        start local 2 // java.lang.Void ignored
         0: .line 549
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.stripMetadataIfNeeded:()Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$TypeVar
            astore 1 /* t */
         1: .line 550
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            aload 1 /* t */
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.TYPEVAR:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter.indexOf:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;)I
            iconst_m1
            if_icmpne 35
         2: .line 552
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            astore 3 /* bound */
        start local 3 // com.sun.tools.javac.code.Type bound
         3: .line 553
            goto 5
         4: .line 554
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* bound */
            checkcast com.sun.tools.javac.code.Type$ErrorType
            invokevirtual com.sun.tools.javac.code.Type$ErrorType.getOriginalType:()Lcom/sun/tools/javac/code/Type;
            astore 3 /* bound */
         5: .line 553
      StackMap locals:
      StackMap stack:
            aload 3 /* bound */
            instanceof com.sun.tools.javac.code.Type$ErrorType
            ifne 4
         6: .line 557
            aload 3 /* bound */
            ifnull 9
         7: .line 558
            aload 3 /* bound */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 8
            aload 3 /* bound */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 9
         8: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bound */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.getBounds:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            goto 10
         9: .line 560
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        10: .line 557
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 4 /* bounds */
        start local 4 // com.sun.tools.javac.util.List bounds
        11: .line 562
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.nameSimplifier:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$ClassNameSimplifier;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$ClassNameSimplifier.addUsage:(Lcom/sun/tools/javac/code/Symbol;)V
        12: .line 564
            aload 4 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            ifnull 16
        13: .line 565
            aload 4 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            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 16
        14: .line 566
            aload 4 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 16
        15: .line 564
            iconst_0
            goto 17
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
        16: iconst_1
      StackMap locals:
      StackMap stack: int
        17: istore 5 /* boundErroneous */
        start local 5 // boolean boundErroneous
        18: .line 568
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 4096
            land
            lconst_0
            lcmp
            ifne 29
        19: .line 570
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            new java.lang.StringBuilder
            dup
            ldc "where.typevar"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        20: .line 571
            iload 5 /* boundErroneous */
            ifeq 21
            ldc ".1"
            goto 22
      StackMap locals: com.sun.tools.javac.util.RichDiagnosticFormatter$1 com.sun.tools.javac.code.Type$TypeVar java.lang.Void com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Factory java.lang.StringBuilder
        21: ldc ""
      StackMap locals: com.sun.tools.javac.util.RichDiagnosticFormatter$1 com.sun.tools.javac.code.Type$TypeVar java.lang.Void com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Factory java.lang.StringBuilder java.lang.String
        22: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 4 /* bounds */
            aastore
            dup
            iconst_2
        23: .line 572
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.location:()Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Kinds$KindName;
            aastore
            dup
            iconst_3
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.location:()Lcom/sun/tools/javac/code/Symbol;
            aastore
        24: .line 570
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Ljava/lang/String;[Ljava/lang/Object;)Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 6 /* d */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic d
        25: .line 573
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.whereClauses:Ljava/util/Map;
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.TYPEVAR:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            aload 1 /* t */
            aload 6 /* d */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 574
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.symbolPreprocessor:Lcom/sun/tools/javac/code/Types$DefaultSymbolVisitor;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.location:()Lcom/sun/tools/javac/code/Symbol;
            aconst_null
            invokevirtual com.sun.tools.javac.code.Types$DefaultSymbolVisitor.visit:(Lcom/sun/tools/javac/code/Symbol;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        27: .line 575
            aload 0 /* this */
            aload 4 /* bounds */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
            pop
        end local 6 // com.sun.tools.javac.util.JCDiagnostic d
        28: .line 576
            goto 35
        29: .line 577
      StackMap locals:
      StackMap stack:
            iload 5 /* boundErroneous */
            ifeq 30
            iconst_0
            goto 31
      StackMap locals:
      StackMap stack:
        30: iconst_1
      StackMap locals:
      StackMap stack: int
        31: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        32: .line 579
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 1 /* t */
            aload 4 /* bounds */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.WhereFreshTypevar:(Lcom/sun/tools/javac/code/Type;Ljava/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 6 /* d */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic d
        33: .line 580
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.whereClauses:Ljava/util/Map;
            getstatic com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind.TYPEVAR:Lcom/sun/tools/javac/util/RichDiagnosticFormatter$WhereClauseKind;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            aload 1 /* t */
            aload 6 /* d */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        34: .line 581
            aload 0 /* this */
            aload 4 /* bounds */
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visit:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Void;
            pop
        end local 6 // com.sun.tools.javac.util.JCDiagnostic d
        end local 5 // boolean boundErroneous
        end local 4 // com.sun.tools.javac.util.List bounds
        end local 3 // com.sun.tools.javac.code.Type bound
        35: .line 585
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$TypeVar t
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   36     0            this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0   36     1               t  Lcom/sun/tools/javac/code/Type$TypeVar;
            0   36     2         ignored  Ljava/lang/Void;
            3   35     3           bound  Lcom/sun/tools/javac/code/Type;
           11   35     4          bounds  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           18   35     5  boundErroneous  Z
           25   28     6               d  Lcom/sun/tools/javac/util/JCDiagnostic;
           33   35     6               d  Lcom/sun/tools/javac/util/JCDiagnostic;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  private com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> getBounds(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
        start local 1 // com.sun.tools.javac.code.Type bound
         0: .line 589
            aload 1 /* bound */
            invokevirtual com.sun.tools.javac.code.Type.isCompound:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter$1.this$0:Lcom/sun/tools/javac/util/RichDiagnosticFormatter;
            getfield com.sun.tools.javac.util.RichDiagnosticFormatter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* bound */
            invokevirtual com.sun.tools.javac.code.Types.directSupertypes:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* bound */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
         2: areturn
        end local 1 // com.sun.tools.javac.code.Type bound
        end local 0 // com.sun.tools.javac.util.RichDiagnosticFormatter$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/util/RichDiagnosticFormatter$1;
            0    3     1  bound  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
       Name  Flags
      bound  

  public java.lang.Object visitMethodType(com.sun.tools.javac.code.Type$MethodType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$MethodType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitMethodType:(Lcom/sun/tools/javac/code/Type$MethodType;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitCapturedType(com.sun.tools.javac.code.Type$CapturedType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$CapturedType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitCapturedType:(Lcom/sun/tools/javac/code/Type$CapturedType;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitErrorType(com.sun.tools.javac.code.Type$ErrorType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$ErrorType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitErrorType:(Lcom/sun/tools/javac/code/Type$ErrorType;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitClassType(com.sun.tools.javac.code.Type$ClassType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitClassType:(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitTypeVar(com.sun.tools.javac.code.Type$TypeVar, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitTypeVar:(Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitArrayType(com.sun.tools.javac.code.Type$ArrayType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$ArrayType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitArrayType:(Lcom/sun/tools/javac/code/Type$ArrayType;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitForAll(com.sun.tools.javac.code.Type$ForAll, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$ForAll;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitForAll:(Lcom/sun/tools/javac/code/Type$ForAll;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitWildcardType(com.sun.tools.javac.code.Type$WildcardType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitWildcardType:(Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitType(com.sun.tools.javac.code.Type, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.util.RichDiagnosticFormatter$1.visitType:(Lcom/sun/tools/javac/code/Type;Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/javac/code/Types$UnaryVisitor<Ljava/lang/Void;>;
SourceFile: "RichDiagnosticFormatter.java"
EnclosingMethod: com.sun.tools.javac.util.RichDiagnosticFormatter
NestHost: com.sun.tools.javac.util.RichDiagnosticFormatter
InnerClasses:
  public final KindName = com.sun.tools.javac.code.Kinds$KindName of com.sun.tools.javac.code.Kinds
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public ArrayType = com.sun.tools.javac.code.Type$ArrayType of com.sun.tools.javac.code.Type
  public CapturedType = com.sun.tools.javac.code.Type$CapturedType of com.sun.tools.javac.code.Type
  public ClassType = com.sun.tools.javac.code.Type$ClassType of com.sun.tools.javac.code.Type
  public ErrorType = com.sun.tools.javac.code.Type$ErrorType of com.sun.tools.javac.code.Type
  public ForAll = com.sun.tools.javac.code.Type$ForAll of com.sun.tools.javac.code.Type
  public MethodType = com.sun.tools.javac.code.Type$MethodType of com.sun.tools.javac.code.Type
  public TypeVar = com.sun.tools.javac.code.Type$TypeVar of com.sun.tools.javac.code.Type
  public WildcardType = com.sun.tools.javac.code.Type$WildcardType of com.sun.tools.javac.code.Type
  public abstract DefaultSymbolVisitor = com.sun.tools.javac.code.Types$DefaultSymbolVisitor of com.sun.tools.javac.code.Types
  public abstract UnaryVisitor = com.sun.tools.javac.code.Types$UnaryVisitor of com.sun.tools.javac.code.Types
  public Fragments = com.sun.tools.javac.resources.CompilerProperties$Fragments of com.sun.tools.javac.resources.CompilerProperties
  public Factory = com.sun.tools.javac.util.JCDiagnostic$Factory of com.sun.tools.javac.util.JCDiagnostic
  public final Fragment = com.sun.tools.javac.util.JCDiagnostic$Fragment of com.sun.tools.javac.util.JCDiagnostic
  com.sun.tools.javac.util.RichDiagnosticFormatter$1
  protected ClassNameSimplifier = com.sun.tools.javac.util.RichDiagnosticFormatter$ClassNameSimplifier of com.sun.tools.javac.util.RichDiagnosticFormatter
  final WhereClauseKind = com.sun.tools.javac.util.RichDiagnosticFormatter$WhereClauseKind of com.sun.tools.javac.util.RichDiagnosticFormatter