class com.sun.tools.javac.code.Types$Adapter extends com.sun.tools.javac.code.Types$SimpleVisitor<java.lang.Void, com.sun.tools.javac.code.Type>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.code.Types$Adapter
  super_class: com.sun.tools.javac.code.Types$SimpleVisitor
{
  com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Type> from;
    descriptor: Lcom/sun/tools/javac/util/ListBuffer;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;

  com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Type> to;
    descriptor: Lcom/sun/tools/javac/util/ListBuffer;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;

  java.util.Map<com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type> mapping;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;>;

  private java.util.Set<com.sun.tools.javac.code.Types$TypePair> cache;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lcom/sun/tools/javac/code/Types$TypePair;>;

  final com.sun.tools.javac.code.Types this$0;
    descriptor: Lcom/sun/tools/javac/code/Types;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/util/ListBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 2 // com.sun.tools.javac.util.ListBuffer from
        start local 3 // com.sun.tools.javac.util.ListBuffer to
         0: .line 4543
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.code.Types$SimpleVisitor.<init>:()V
         1: .line 4615
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.sun.tools.javac.code.Types$Adapter.cache:Ljava/util/Set;
         2: .line 4544
            aload 0 /* this */
            aload 2 /* from */
            putfield com.sun.tools.javac.code.Types$Adapter.from:Lcom/sun/tools/javac/util/ListBuffer;
         3: .line 4545
            aload 0 /* this */
            aload 3 /* to */
            putfield com.sun.tools.javac.code.Types$Adapter.to:Lcom/sun/tools/javac/util/ListBuffer;
         4: .line 4546
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.javac.code.Types$Adapter.mapping:Ljava/util/Map;
         5: .line 4547
            return
        end local 3 // com.sun.tools.javac.util.ListBuffer to
        end local 2 // com.sun.tools.javac.util.ListBuffer from
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/code/Types$Adapter;
            0    6     2  from  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
            0    6     3    to  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
    Signature: (Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      from    
      to      

  public void adapt(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.code.Type source
        start local 2 // com.sun.tools.javac.code.Type target
         0: .line 4550
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visit:(Lcom/sun/tools/javac/code/Type;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 4551
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.from:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 3 /* fromList */
        start local 3 // com.sun.tools.javac.util.List fromList
         2: .line 4552
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.to:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 4 /* toList */
        start local 4 // com.sun.tools.javac.util.List toList
         3: .line 4553
            goto 9
         4: .line 4554
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.mapping:Ljava/util/Map;
            aload 3 /* fromList */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 5 /* val */
        start local 5 // com.sun.tools.javac.code.Type val
         5: .line 4555
            aload 4 /* toList */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            aload 5 /* val */
            if_acmpeq 7
         6: .line 4556
            aload 4 /* toList */
            aload 5 /* val */
            putfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
         7: .line 4557
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* fromList */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* fromList */
         8: .line 4558
            aload 4 /* toList */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* toList */
        end local 5 // com.sun.tools.javac.code.Type val
         9: .line 4553
      StackMap locals:
      StackMap stack:
            aload 3 /* fromList */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 4
        10: .line 4560
            return
        end local 4 // com.sun.tools.javac.util.List toList
        end local 3 // com.sun.tools.javac.util.List fromList
        end local 2 // com.sun.tools.javac.code.Type target
        end local 1 // com.sun.tools.javac.code.Type source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/tools/javac/code/Types$Adapter;
            0   11     1    source  Lcom/sun/tools/javac/code/Type;
            0   11     2    target  Lcom/sun/tools/javac/code/Type;
            2   11     3  fromList  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            3   11     4    toList  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5    9     5       val  Lcom/sun/tools/javac/code/Type;
    Exceptions:
      throws com.sun.tools.javac.code.Types$AdaptFailure
    MethodParameters:
        Name  Flags
      source  
      target  

  public java.lang.Void visitClassType(com.sun.tools.javac.code.Type$ClassType, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.code.Type$ClassType source
        start local 2 // com.sun.tools.javac.code.Type target
         0: .line 4564
            aload 2 /* target */
            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
            ifeq 2
         1: .line 4565
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.allparams:()Lcom/sun/tools/javac/util/List;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Type.allparams:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types$Adapter.adaptRecursive:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)V
         2: .line 4566
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.tools.javac.code.Type target
        end local 1 // com.sun.tools.javac.code.Type$ClassType source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/javac/code/Types$Adapter;
            0    3     1  source  Lcom/sun/tools/javac/code/Type$ClassType;
            0    3     2  target  Lcom/sun/tools/javac/code/Type;
    Exceptions:
      throws com.sun.tools.javac.code.Types$AdaptFailure
    MethodParameters:
        Name  Flags
      source  
      target  

  public java.lang.Void visitArrayType(com.sun.tools.javac.code.Type$ArrayType, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type$ArrayType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.code.Type$ArrayType source
        start local 2 // com.sun.tools.javac.code.Type target
         0: .line 4571
            aload 2 /* target */
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 2
         1: .line 4572
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.code.Types.elemtype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types.elemtype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types$Adapter.adaptRecursive:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
         2: .line 4573
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.tools.javac.code.Type target
        end local 1 // com.sun.tools.javac.code.Type$ArrayType source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/javac/code/Types$Adapter;
            0    3     1  source  Lcom/sun/tools/javac/code/Type$ArrayType;
            0    3     2  target  Lcom/sun/tools/javac/code/Type;
    Exceptions:
      throws com.sun.tools.javac.code.Types$AdaptFailure
    MethodParameters:
        Name  Flags
      source  
      target  

  public java.lang.Void visitWildcardType(com.sun.tools.javac.code.Type$WildcardType, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type$WildcardType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.code.Type$WildcardType source
        start local 2 // com.sun.tools.javac.code.Type target
         0: .line 4578
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.code.Type$WildcardType.isExtendsBound:()Z
            ifeq 2
         1: .line 4579
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.code.Types.wildUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types.wildUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types$Adapter.adaptRecursive:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
            goto 4
         2: .line 4580
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.code.Type$WildcardType.isSuperBound:()Z
            ifeq 4
         3: .line 4581
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.code.Types.wildLowerBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types.wildLowerBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types$Adapter.adaptRecursive:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
         4: .line 4582
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.tools.javac.code.Type target
        end local 1 // com.sun.tools.javac.code.Type$WildcardType source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/javac/code/Types$Adapter;
            0    5     1  source  Lcom/sun/tools/javac/code/Type$WildcardType;
            0    5     2  target  Lcom/sun/tools/javac/code/Type;
    Exceptions:
      throws com.sun.tools.javac.code.Types$AdaptFailure
    MethodParameters:
        Name  Flags
      source  
      target  

  public java.lang.Void visitTypeVar(com.sun.tools.javac.code.Type$TypeVar, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type$TypeVar;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.code.Type$TypeVar source
        start local 2 // com.sun.tools.javac.code.Type target
         0: .line 4590
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.mapping:Ljava/util/Map;
            aload 1 /* source */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 3 /* val */
        start local 3 // com.sun.tools.javac.code.Type val
         1: .line 4591
            aload 3 /* val */
            ifnull 16
         2: .line 4592
            aload 3 /* val */
            invokevirtual com.sun.tools.javac.code.Type.isSuperBound:()Z
            ifeq 8
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Type.isSuperBound:()Z
            ifeq 8
         3: .line 4593
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 3 /* val */
            invokevirtual com.sun.tools.javac.code.Types.wildLowerBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types.wildLowerBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 5
         4: .line 4594
            aload 2 /* target */
            goto 6
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
         5: aload 3 /* val */
         6: .line 4593
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 3 /* val */
         7: .line 4595
            goto 19
      StackMap locals:
      StackMap stack:
         8: aload 3 /* val */
            invokevirtual com.sun.tools.javac.code.Type.isExtendsBound:()Z
            ifeq 14
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Type.isExtendsBound:()Z
            ifeq 14
         9: .line 4596
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 3 /* val */
            invokevirtual com.sun.tools.javac.code.Types.wildUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types.wildUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 11
        10: .line 4597
            aload 3 /* val */
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* target */
        12: .line 4596
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 3 /* val */
        13: .line 4598
            goto 19
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 3 /* val */
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 19
        15: .line 4599
            new com.sun.tools.javac.code.Types$AdaptFailure
            dup
            invokespecial com.sun.tools.javac.code.Types$AdaptFailure.<init>:()V
            athrow
        16: .line 4602
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            astore 3 /* val */
        17: .line 4603
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.from:Lcom/sun/tools/javac/util/ListBuffer;
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        18: .line 4604
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.to:Lcom/sun/tools/javac/util/ListBuffer;
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        19: .line 4606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.mapping:Ljava/util/Map;
            aload 1 /* source */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 3 /* val */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 4607
            aconst_null
            areturn
        end local 3 // com.sun.tools.javac.code.Type val
        end local 2 // com.sun.tools.javac.code.Type target
        end local 1 // com.sun.tools.javac.code.Type$TypeVar source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lcom/sun/tools/javac/code/Types$Adapter;
            0   21     1  source  Lcom/sun/tools/javac/code/Type$TypeVar;
            0   21     2  target  Lcom/sun/tools/javac/code/Type;
            1   21     3     val  Lcom/sun/tools/javac/code/Type;
    Exceptions:
      throws com.sun.tools.javac.code.Types$AdaptFailure
    MethodParameters:
        Name  Flags
      source  
      target  

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

  private void adaptRecursive(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.code.Type source
        start local 2 // com.sun.tools.javac.code.Type target
         0: .line 4618
            new com.sun.tools.javac.code.Types$TypePair
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* source */
            aload 2 /* target */
            invokespecial com.sun.tools.javac.code.Types$TypePair.<init>:(Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
            astore 3 /* pair */
        start local 3 // com.sun.tools.javac.code.Types$TypePair pair
         1: .line 4619
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.cache:Ljava/util/Set;
            aload 3 /* pair */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifeq 8
         2: .line 4621
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visit:(Lcom/sun/tools/javac/code/Type;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 4622
            goto 7
      StackMap locals: com.sun.tools.javac.code.Types$Adapter com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.Types$TypePair
      StackMap stack: java.lang.Throwable
         4: astore 4
         5: .line 4623
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.cache:Ljava/util/Set;
            aload 3 /* pair */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         6: .line 4624
            aload 4
            athrow
         7: .line 4623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Adapter.cache:Ljava/util/Set;
            aload 3 /* pair */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         8: .line 4626
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.code.Types$TypePair pair
        end local 2 // com.sun.tools.javac.code.Type target
        end local 1 // com.sun.tools.javac.code.Type source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/javac/code/Types$Adapter;
            0    9     1  source  Lcom/sun/tools/javac/code/Type;
            0    9     2  target  Lcom/sun/tools/javac/code/Type;
            1    9     3    pair  Lcom/sun/tools/javac/code/Types$TypePair;
      Exception table:
        from    to  target  type
           2     4       4  any
    MethodParameters:
        Name  Flags
      source  
      target  

  private void adaptRecursive(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Adapter this
        start local 1 // com.sun.tools.javac.util.List source
        start local 2 // com.sun.tools.javac.util.List target
         0: .line 4629
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            aload 2 /* target */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            if_icmpne 6
         1: .line 4630
            goto 5
         2: .line 4631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            aload 2 /* target */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types$Adapter.adaptRecursive:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
         3: .line 4632
            aload 1 /* source */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 1 /* source */
         4: .line 4633
            aload 2 /* target */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* target */
         5: .line 4630
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 2
         6: .line 4636
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.util.List target
        end local 1 // com.sun.tools.javac.util.List source
        end local 0 // com.sun.tools.javac.code.Types$Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/tools/javac/code/Types$Adapter;
            0    7     1  source  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0    7     2  target  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)V
    MethodParameters:
        Name  Flags
      source  
      target  

  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 com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visitClassType:(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)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 com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visitTypeVar:(Lcom/sun/tools/javac/code/Type$TypeVar;Lcom/sun/tools/javac/code/Type;)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 com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visitArrayType:(Lcom/sun/tools/javac/code/Type$ArrayType;Lcom/sun/tools/javac/code/Type;)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 com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visitWildcardType:(Lcom/sun/tools/javac/code/Type$WildcardType;Lcom/sun/tools/javac/code/Type;)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 com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types$Adapter.visitType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/javac/code/Types$SimpleVisitor<Ljava/lang/Void;Lcom/sun/tools/javac/code/Type;>;
SourceFile: "Types.java"
NestHost: com.sun.tools.javac.code.Types
InnerClasses:
  public ArrayType = com.sun.tools.javac.code.Type$ArrayType of com.sun.tools.javac.code.Type
  public ClassType = com.sun.tools.javac.code.Type$ClassType 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 AdaptFailure = com.sun.tools.javac.code.Types$AdaptFailure of com.sun.tools.javac.code.Types
  Adapter = com.sun.tools.javac.code.Types$Adapter of com.sun.tools.javac.code.Types
  public abstract SimpleVisitor = com.sun.tools.javac.code.Types$SimpleVisitor of com.sun.tools.javac.code.Types
  TypePair = com.sun.tools.javac.code.Types$TypePair of com.sun.tools.javac.code.Types