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

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

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

  public void <init>(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/code/Types;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // com.sun.tools.javac.code.Types$Subst this
        start local 2 // com.sun.tools.javac.util.List from
        start local 3 // com.sun.tools.javac.util.List to
         0: .line 3275
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.code.Type$StructuralTypeMapping.<init>:()V
         1: .line 3276
            aload 2 /* from */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            istore 4 /* fromLength */
        start local 4 // int fromLength
         2: .line 3277
            aload 3 /* to */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            istore 5 /* toLength */
        start local 5 // int toLength
         3: .line 3278
            goto 6
         4: .line 3279
      StackMap locals: com.sun.tools.javac.code.Types$Subst com.sun.tools.javac.code.Types com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int
      StackMap stack:
            iinc 4 /* fromLength */ -1
         5: .line 3280
            aload 2 /* from */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* from */
         6: .line 3278
      StackMap locals:
      StackMap stack:
            iload 4 /* fromLength */
            iload 5 /* toLength */
            if_icmpgt 4
         7: .line 3282
            goto 10
         8: .line 3283
      StackMap locals:
      StackMap stack:
            iinc 5 /* toLength */ -1
         9: .line 3284
            aload 3 /* to */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* to */
        10: .line 3282
      StackMap locals:
      StackMap stack:
            iload 4 /* fromLength */
            iload 5 /* toLength */
            if_icmplt 8
        11: .line 3286
            aload 0 /* this */
            aload 2 /* from */
            putfield com.sun.tools.javac.code.Types$Subst.from:Lcom/sun/tools/javac/util/List;
        12: .line 3287
            aload 0 /* this */
            aload 3 /* to */
            putfield com.sun.tools.javac.code.Types$Subst.to:Lcom/sun/tools/javac/util/List;
        13: .line 3288
            return
        end local 5 // int toLength
        end local 4 // int fromLength
        end local 3 // com.sun.tools.javac.util.List to
        end local 2 // com.sun.tools.javac.util.List from
        end local 0 // com.sun.tools.javac.code.Types$Subst this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lcom/sun/tools/javac/code/Types$Subst;
            0   14     2        from  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   14     3          to  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            2   14     4  fromLength  I
            3   14     5    toLength  I
    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
      this$0  final
      from    
      to      

  public com.sun.tools.javac.code.Type visitTypeVar(com.sun.tools.javac.code.Type$TypeVar, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Subst this
        start local 1 // com.sun.tools.javac.code.Type$TypeVar t
        start local 2 // java.lang.Void ignored
         0: .line 3292
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.from:Lcom/sun/tools/javac/util/List;
            astore 3 /* from */
        start local 3 // com.sun.tools.javac.util.List from
         1: aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.to:Lcom/sun/tools/javac/util/List;
            astore 4 /* to */
        start local 4 // com.sun.tools.javac.util.List to
         2: .line 3293
            goto 6
         3: .line 3295
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 1 /* t */
            aload 3 /* from */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.equalsIgnoreMetadata:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 5
         4: .line 3296
            aload 4 /* to */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.withTypeVar:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
         5: .line 3294
      StackMap locals:
      StackMap stack:
            aload 3 /* from */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* from */
            aload 4 /* to */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* to */
         6: .line 3293
      StackMap locals:
      StackMap stack:
            aload 3 /* from */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 3
        end local 4 // com.sun.tools.javac.util.List to
        end local 3 // com.sun.tools.javac.util.List from
         7: .line 3299
            aload 1 /* t */
            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.code.Types$Subst this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/tools/javac/code/Types$Subst;
            0    8     1        t  Lcom/sun/tools/javac/code/Type$TypeVar;
            0    8     2  ignored  Ljava/lang/Void;
            1    7     3     from  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            2    7     4       to  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public com.sun.tools.javac.code.Type visitClassType(com.sun.tools.javac.code.Type$ClassType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Subst this
        start local 1 // com.sun.tools.javac.code.Type$ClassType t
        start local 2 // java.lang.Void ignored
         0: .line 3304
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.isCompound:()Z
            ifne 2
         1: .line 3305
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* ignored */
            invokespecial com.sun.tools.javac.code.Type$StructuralTypeMapping.visitClassType:(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            areturn
         2: .line 3307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0: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;
            invokevirtual com.sun.tools.javac.code.Types$Subst.visit:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* st */
        start local 3 // com.sun.tools.javac.code.Type st
         3: .line 3308
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0: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;
            aload 2 /* ignored */
            invokevirtual com.sun.tools.javac.code.Types$Subst.visit:(Lcom/sun/tools/javac/util/List;Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 4 /* is */
        start local 4 // com.sun.tools.javac.util.List is
         4: .line 3309
            aload 3 /* st */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0: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;
            if_acmpne 6
            aload 4 /* is */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0: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;
            if_acmpne 6
         5: .line 3310
            aload 1 /* t */
            areturn
         6: .line 3312
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 4 /* is */
            aload 3 /* st */
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.makeIntersectionType:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            areturn
        end local 4 // com.sun.tools.javac.util.List is
        end local 3 // com.sun.tools.javac.code.Type st
        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.code.Types$Subst this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/javac/code/Types$Subst;
            0    7     1        t  Lcom/sun/tools/javac/code/Type$ClassType;
            0    7     2  ignored  Ljava/lang/Void;
            3    7     3       st  Lcom/sun/tools/javac/code/Type;
            4    7     4       is  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public com.sun.tools.javac.code.Type visitWildcardType(com.sun.tools.javac.code.Type$WildcardType, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Subst this
        start local 1 // com.sun.tools.javac.code.Type$WildcardType t
        start local 2 // java.lang.Void ignored
         0: .line 3318
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* ignored */
            invokespecial com.sun.tools.javac.code.Type$StructuralTypeMapping.visitWildcardType:(Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$WildcardType
            astore 3 /* t2 */
        start local 3 // com.sun.tools.javac.code.Type$WildcardType t2
         1: .line 3319
            aload 3 /* t2 */
            aload 1 /* t */
            if_acmpeq 3
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$WildcardType.isExtendsBound:()Z
            ifeq 3
            aload 3 /* t2 */
            getfield com.sun.tools.javac.code.Type$WildcardType.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isExtendsBound:()Z
            ifeq 3
         2: .line 3320
            aload 3 /* t2 */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 3 /* t2 */
            getfield com.sun.tools.javac.code.Type$WildcardType.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.wildUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.code.Type$WildcardType.type:Lcom/sun/tools/javac/code/Type;
         3: .line 3322
      StackMap locals: com.sun.tools.javac.code.Type$WildcardType
      StackMap stack:
            aload 3 /* t2 */
            areturn
        end local 3 // com.sun.tools.javac.code.Type$WildcardType t2
        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.code.Types$Subst this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/javac/code/Types$Subst;
            0    4     1        t  Lcom/sun/tools/javac/code/Type$WildcardType;
            0    4     2  ignored  Ljava/lang/Void;
            1    4     3       t2  Lcom/sun/tools/javac/code/Type$WildcardType;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public com.sun.tools.javac.code.Type visitForAll(com.sun.tools.javac.code.Type$ForAll, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$ForAll;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$Subst this
        start local 1 // com.sun.tools.javac.code.Type$ForAll t
        start local 2 // java.lang.Void ignored
         0: .line 3327
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.to:Lcom/sun/tools/javac/util/List;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.code.Type.containsAny:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Z
            ifeq 5
         1: .line 3330
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.newInstances:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 3 /* freevars */
        start local 3 // com.sun.tools.javac.util.List freevars
         2: .line 3331
            new com.sun.tools.javac.code.Type$ForAll
            dup
            aload 3 /* freevars */
         3: .line 3332
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.qtype:Lcom/sun/tools/javac/code/Type;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            aload 3 /* freevars */
            invokevirtual com.sun.tools.javac.code.Types.subst:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
         4: .line 3331
            invokespecial com.sun.tools.javac.code.Type$ForAll.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V
            astore 1 /* t */
        end local 3 // com.sun.tools.javac.util.List freevars
         5: .line 3334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.from:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.to:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.substBounds:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 3 /* tvars1 */
        start local 3 // com.sun.tools.javac.util.List tvars1
         6: .line 3335
            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.code.Types$Subst.visit:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* qtype1 */
        start local 4 // com.sun.tools.javac.code.Type qtype1
         7: .line 3336
            aload 3 /* tvars1 */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            if_acmpne 9
            aload 4 /* qtype1 */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.qtype:Lcom/sun/tools/javac/code/Type;
            if_acmpne 9
         8: .line 3337
            aload 1 /* t */
            areturn
         9: .line 3338
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* tvars1 */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            if_acmpne 11
        10: .line 3339
            new com.sun.tools.javac.code.Types$Subst$1
            dup
            aload 0 /* this */
            aload 3 /* tvars1 */
            aload 4 /* qtype1 */
            invokespecial com.sun.tools.javac.code.Types$Subst$1.<init>:(Lcom/sun/tools/javac/code/Types$Subst;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V
            areturn
        11: .line 3346
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.code.Types$Subst$2
            dup
            aload 0 /* this */
            aload 3 /* tvars1 */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Types$Subst.this$0:Lcom/sun/tools/javac/code/Types;
            aload 4 /* qtype1 */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            aload 3 /* tvars1 */
            invokevirtual com.sun.tools.javac.code.Types.subst:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            invokespecial com.sun.tools.javac.code.Types$Subst$2.<init>:(Lcom/sun/tools/javac/code/Types$Subst;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V
            areturn
        end local 4 // com.sun.tools.javac.code.Type qtype1
        end local 3 // com.sun.tools.javac.util.List tvars1
        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.code.Types$Subst this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/sun/tools/javac/code/Types$Subst;
            0   12     1         t  Lcom/sun/tools/javac/code/Type$ForAll;
            0   12     2   ignored  Ljava/lang/Void;
            2    5     3  freevars  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            6   12     3    tvars1  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            7   12     4    qtype1  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
         Name  Flags
      t        
      ignored  

  public com.sun.tools.javac.code.Type visitClassType(com.sun.tools.javac.code.Type$ClassType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
    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.code.Types$Subst.visitClassType:(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
            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.code.Types$Subst.visitTypeVar:(Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.tools.javac.code.Type visitForAll(com.sun.tools.javac.code.Type$ForAll, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$ForAll;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
    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.code.Types$Subst.visitForAll:(Lcom/sun/tools/javac/code/Type$ForAll;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.tools.javac.code.Type visitWildcardType(com.sun.tools.javac.code.Type$WildcardType, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
    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.code.Types$Subst.visitWildcardType:(Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/javac/code/Type$StructuralTypeMapping<Ljava/lang/Void;>;
SourceFile: "Types.java"
NestHost: com.sun.tools.javac.code.Types
InnerClasses:
  public ClassType = com.sun.tools.javac.code.Type$ClassType of com.sun.tools.javac.code.Type
  public ForAll = com.sun.tools.javac.code.Type$ForAll of com.sun.tools.javac.code.Type
  public IntersectionClassType = com.sun.tools.javac.code.Type$IntersectionClassType of com.sun.tools.javac.code.Type
  public abstract StructuralTypeMapping = com.sun.tools.javac.code.Type$StructuralTypeMapping 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
  private Subst = com.sun.tools.javac.code.Types$Subst of com.sun.tools.javac.code.Types
  com.sun.tools.javac.code.Types$Subst$1
  com.sun.tools.javac.code.Types$Subst$2