class jdk.jshell.VarTypePrinter$TypeProjection extends com.sun.tools.javac.code.Type$StructuralTypeMapping<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.jshell.VarTypePrinter$TypeProjection
  super_class: com.sun.tools.javac.code.Type$StructuralTypeMapping
{
  com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> vars;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;

  java.util.Set<com.sun.tools.javac.code.Type> seen;
    descriptor: Ljava/util/Set;
    flags: (0x0000) 
    Signature: Ljava/util/Set<Lcom/sun/tools/javac/code/Type;>;

  final jdk.jshell.VarTypePrinter this$0;
    descriptor: Ljdk/jshell/VarTypePrinter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Ljdk/jshell/VarTypePrinter;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 2 // com.sun.tools.javac.util.List vars
         0: .line 166
            aload 0 /* this */
            aload 1
            putfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.code.Type$StructuralTypeMapping.<init>:()V
         1: .line 164
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield jdk.jshell.VarTypePrinter$TypeProjection.seen:Ljava/util/Set;
         2: .line 167
            aload 0 /* this */
            aload 2 /* vars */
            putfield jdk.jshell.VarTypePrinter$TypeProjection.vars:Lcom/sun/tools/javac/util/List;
         3: .line 168
            return
        end local 2 // com.sun.tools.javac.util.List vars
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0    4     2  vars  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;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      vars    

  public com.sun.tools.javac.code.Type visitClassType(com.sun.tools.javac.code.Type$ClassType, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Boolean;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 1 // com.sun.tools.javac.code.Type$ClassType t
        start local 2 // java.lang.Boolean upward
         0: .line 172
            aload 2 /* upward */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.isCompound:()Z
            ifne 2
            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 2
         1: .line 174
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.directSupertypes:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.last:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            areturn
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.isCompound:()Z
            ifeq 7
         3: .line 176
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.directSupertypes:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            astore 3 /* components */
        start local 3 // com.sun.tools.javac.util.List components
         4: .line 177
            aload 3 /* components */
            aload 0 /* this */
            aload 2 /* upward */
            invokedynamic apply(Ljdk/jshell/VarTypePrinter$TypeProjection;Ljava/lang/Boolean;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/jshell/VarTypePrinter$TypeProjection.lambda$0(Ljava/lang/Boolean;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (7)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 4 /* components1 */
        start local 4 // com.sun.tools.javac.util.List components1
         5: .line 178
            aload 3 /* components */
            aload 4 /* components1 */
            if_acmpne 6
            aload 1 /* t */
            areturn
         6: .line 179
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* components1 */
            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 components1
        end local 3 // com.sun.tools.javac.util.List components
         7: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            astore 3 /* outer */
        start local 3 // com.sun.tools.javac.code.Type outer
         8: .line 182
            aload 0 /* this */
            aload 3 /* outer */
            aload 2 /* upward */
            invokevirtual jdk.jshell.VarTypePrinter$TypeProjection.visit:(Lcom/sun/tools/javac/code/Type;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 4 /* outer1 */
        start local 4 // com.sun.tools.javac.code.Type outer1
         9: .line 183
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            astore 5 /* typarams */
        start local 5 // com.sun.tools.javac.util.List typarams
        10: .line 184
            aload 5 /* typarams */
            aload 0 /* this */
            aload 2 /* upward */
            invokedynamic apply(Ljdk/jshell/VarTypePrinter$TypeProjection;Ljava/lang/Boolean;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/jshell/VarTypePrinter$TypeProjection.lambda$1(Ljava/lang/Boolean;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (7)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 6 /* typarams1 */
        start local 6 // com.sun.tools.javac.util.List typarams1
        11: .line 185
            aload 6 /* typarams1 */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  jdk/jshell/VarTypePrinter$TypeProjection.lambda$2(Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
            ifeq 13
        12: .line 187
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.botType:Lcom/sun/tools/javac/code/Type;
            areturn
        13: .line 189
      StackMap locals: jdk.jshell.VarTypePrinter$TypeProjection com.sun.tools.javac.code.Type$ClassType java.lang.Boolean com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* outer1 */
            aload 3 /* outer */
            if_acmpne 14
            aload 6 /* typarams1 */
            aload 5 /* typarams */
            if_acmpne 14
            aload 1 /* t */
            areturn
        14: .line 190
      StackMap locals:
      StackMap stack:
            new jdk.jshell.VarTypePrinter$TypeProjection$1
            dup
            aload 0 /* this */
            aload 4 /* outer1 */
            aload 6 /* typarams1 */
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type$ClassType.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$ClassType.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
            invokespecial jdk.jshell.VarTypePrinter$TypeProjection$1.<init>:(Ljdk/jshell/VarTypePrinter$TypeProjection;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
            areturn
        end local 6 // com.sun.tools.javac.util.List typarams1
        end local 5 // com.sun.tools.javac.util.List typarams
        end local 4 // com.sun.tools.javac.code.Type outer1
        end local 3 // com.sun.tools.javac.code.Type outer
        end local 2 // java.lang.Boolean upward
        end local 1 // com.sun.tools.javac.code.Type$ClassType t
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0   15     1            t  Lcom/sun/tools/javac/code/Type$ClassType;
            0   15     2       upward  Ljava/lang/Boolean;
            4    7     3   components  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5    7     4  components1  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            8   15     3        outer  Lcom/sun/tools/javac/code/Type;
            9   15     4       outer1  Lcom/sun/tools/javac/code/Type;
           10   15     5     typarams  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           11   15     6    typarams1  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
        Name  Flags
      t       
      upward  

  protected com.sun.tools.javac.code.Type makeWildcard(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;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 1 // com.sun.tools.javac.code.Type upper
        start local 2 // com.sun.tools.javac.code.Type lower
         0: .line 202
            aload 1 /* upper */
            getstatic com.sun.tools.javac.code.TypeTag.BOT: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 203
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            astore 1 /* upper */
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* upper */
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            istore 5 /* isUpperObject */
        start local 5 // boolean isUpperObject
         3: .line 206
            aload 2 /* lower */
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 7
            iload 5 /* isUpperObject */
            ifeq 7
         4: .line 207
            aload 2 /* lower */
            astore 4 /* bound */
        start local 4 // com.sun.tools.javac.code.Type bound
         5: .line 208
            getstatic com.sun.tools.javac.code.BoundKind.SUPER:Lcom/sun/tools/javac/code/BoundKind;
            astore 3 /* bk */
        start local 3 // com.sun.tools.javac.code.BoundKind bk
         6: .line 209
            goto 11
        end local 4 // com.sun.tools.javac.code.Type bound
        end local 3 // com.sun.tools.javac.code.BoundKind bk
         7: .line 210
      StackMap locals: jdk.jshell.VarTypePrinter$TypeProjection com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type top top int
      StackMap stack:
            aload 1 /* upper */
            astore 4 /* bound */
        start local 4 // com.sun.tools.javac.code.Type bound
         8: .line 211
            iload 5 /* isUpperObject */
            ifeq 9
            getstatic com.sun.tools.javac.code.BoundKind.UNBOUND:Lcom/sun/tools/javac/code/BoundKind;
            goto 10
      StackMap locals: jdk.jshell.VarTypePrinter$TypeProjection com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type top com.sun.tools.javac.code.Type int
      StackMap stack:
         9: getstatic com.sun.tools.javac.code.BoundKind.EXTENDS:Lcom/sun/tools/javac/code/BoundKind;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.BoundKind
        10: astore 3 /* bk */
        start local 3 // com.sun.tools.javac.code.BoundKind bk
        11: .line 213
      StackMap locals: jdk.jshell.VarTypePrinter$TypeProjection com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.BoundKind com.sun.tools.javac.code.Type int
      StackMap stack:
            new com.sun.tools.javac.code.Type$WildcardType
            dup
            aload 4 /* bound */
            aload 3 /* bk */
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.boundClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$WildcardType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/BoundKind;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            areturn
        end local 5 // boolean isUpperObject
        end local 4 // com.sun.tools.javac.code.Type bound
        end local 3 // com.sun.tools.javac.code.BoundKind bk
        end local 2 // com.sun.tools.javac.code.Type lower
        end local 1 // com.sun.tools.javac.code.Type upper
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0   12     1          upper  Lcom/sun/tools/javac/code/Type;
            0   12     2          lower  Lcom/sun/tools/javac/code/Type;
            6    7     3             bk  Lcom/sun/tools/javac/code/BoundKind;
           11   12     3             bk  Lcom/sun/tools/javac/code/BoundKind;
            5    7     4          bound  Lcom/sun/tools/javac/code/Type;
            8   12     4          bound  Lcom/sun/tools/javac/code/Type;
            3   12     5  isUpperObject  Z
    MethodParameters:
       Name  Flags
      upper  
      lower  

  public com.sun.tools.javac.code.Type visitTypeVar(com.sun.tools.javac.code.Type$TypeVar, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Boolean;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 1 // com.sun.tools.javac.code.Type$TypeVar t
        start local 2 // java.lang.Boolean upward
         0: .line 218
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.vars:Lcom/sun/tools/javac/util/List;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 16
         1: .line 220
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.seen:Ljava/util/Set;
            aload 1 /* t */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifeq 10
         2: .line 221
            aload 2 /* upward */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 4
         3: .line 222
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            goto 7
         4: .line 223
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.getLowerBound:()Lcom/sun/tools/javac/code/Type;
            ifnonnull 6
         5: .line 224
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.botType:Lcom/sun/tools/javac/code/Type;
            goto 7
         6: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.getLowerBound:()Lcom/sun/tools/javac/code/Type;
         7: .line 226
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            aload 0 /* this */
            aload 2 /* upward */
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            astore 4
         8: .line 232
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.seen:Ljava/util/Set;
            aload 1 /* t */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         9: .line 221
            aload 4
            areturn
        10: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            astore 4
        11: .line 232
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.seen:Ljava/util/Set;
            aload 1 /* t */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        12: .line 229
            aload 4
            areturn
        13: .line 231
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        14: .line 232
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.seen:Ljava/util/Set;
            aload 1 /* t */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        15: .line 233
            aload 3
            athrow
        16: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            areturn
        end local 2 // java.lang.Boolean upward
        end local 1 // com.sun.tools.javac.code.Type$TypeVar t
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0   17     1       t  Lcom/sun/tools/javac/code/Type$TypeVar;
            0   17     2  upward  Ljava/lang/Boolean;
      Exception table:
        from    to  target  type
           1     8      13  any
          10    11      13  any
    MethodParameters:
        Name  Flags
      t       
      upward  

  public com.sun.tools.javac.code.Type visitWildcardType(com.sun.tools.javac.code.Type$WildcardType, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Boolean;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 1 // com.sun.tools.javac.code.Type$WildcardType wt
        start local 2 // java.lang.Boolean upward
         0: .line 241
            aload 2 /* upward */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 5
         1: .line 242
            aload 1 /* wt */
            invokevirtual com.sun.tools.javac.code.Type$WildcardType.isExtendsBound:()Z
            ifeq 3
         2: .line 243
            aload 1 /* wt */
            getfield com.sun.tools.javac.code.Type$WildcardType.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            aload 2 /* upward */
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            goto 4
         3: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
         4: .line 242
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            areturn
         5: .line 246
      StackMap locals:
      StackMap stack:
            aload 1 /* wt */
            invokevirtual com.sun.tools.javac.code.Type$WildcardType.isSuperBound:()Z
            ifeq 7
         6: .line 247
            aload 1 /* wt */
            getfield com.sun.tools.javac.code.Type$WildcardType.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            aload 2 /* upward */
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            goto 8
         7: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.botType:Lcom/sun/tools/javac/code/Type;
         8: .line 246
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            areturn
        end local 2 // java.lang.Boolean upward
        end local 1 // com.sun.tools.javac.code.Type$WildcardType wt
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0    9     1      wt  Lcom/sun/tools/javac/code/Type$WildcardType;
            0    9     2  upward  Ljava/lang/Boolean;
    MethodParameters:
        Name  Flags
      wt      
      upward  

  private com.sun.tools.javac.code.Type mapTypeArgument(com.sun.tools.javac.code.Type, boolean);
    descriptor: (Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 1 // com.sun.tools.javac.code.Type t
        start local 2 // boolean upward
         0: .line 253
            aload 1 /* t */
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.vars:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Type.containsAny:(Lcom/sun/tools/javac/util/List;)Z
            ifne 2
         1: .line 254
            aload 1 /* t */
            areturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.WILDCARD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 4
            iload 2 /* upward */
            ifne 4
         3: .line 257
            aload 0 /* this */
            getfield jdk.jshell.VarTypePrinter$TypeProjection.this$0:Ljdk/jshell/VarTypePrinter;
            getfield jdk.jshell.VarTypePrinter.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.botType:Lcom/sun/tools/javac/code/Type;
            areturn
         4: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            aload 0 /* this */
            iload 2 /* upward */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* upper */
        start local 3 // com.sun.tools.javac.code.Type upper
         5: .line 260
            aload 1 /* t */
            aload 0 /* this */
            iload 2 /* upward */
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: jdk.jshell.VarTypePrinter$TypeProjection com.sun.tools.javac.code.Type int com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.code.Type jdk.jshell.VarTypePrinter$TypeProjection
         6: iconst_1
      StackMap locals: jdk.jshell.VarTypePrinter$TypeProjection com.sun.tools.javac.code.Type int com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.code.Type jdk.jshell.VarTypePrinter$TypeProjection int
         7: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* lower */
        start local 4 // com.sun.tools.javac.code.Type lower
         8: .line 261
            aload 0 /* this */
            aload 3 /* upper */
            aload 4 /* lower */
            invokevirtual jdk.jshell.VarTypePrinter$TypeProjection.makeWildcard:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 4 // com.sun.tools.javac.code.Type lower
        end local 3 // com.sun.tools.javac.code.Type upper
        end local 2 // boolean upward
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0    9     1       t  Lcom/sun/tools/javac/code/Type;
            0    9     2  upward  Z
            5    9     3   upper  Lcom/sun/tools/javac/code/Type;
            8    9     4   lower  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
        Name  Flags
      t       
      upward  

  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.Boolean
            invokevirtual jdk.jshell.VarTypePrinter$TypeProjection.visitClassType:(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Boolean;)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.Boolean
            invokevirtual jdk.jshell.VarTypePrinter$TypeProjection.visitTypeVar:(Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Boolean;)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.Boolean
            invokevirtual jdk.jshell.VarTypePrinter$TypeProjection.visitWildcardType:(Lcom/sun/tools/javac/code/Type$WildcardType;Ljava/lang/Boolean;)Lcom/sun/tools/javac/code/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private com.sun.tools.javac.code.Type lambda$0(java.lang.Boolean, com.sun.tools.javac.code.Type);
    descriptor: (Ljava/lang/Boolean;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 2 // com.sun.tools.javac.code.Type c
         0: .line 177
            aload 2 /* c */
            aload 0 /* this */
            aload 1
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 2 // com.sun.tools.javac.code.Type c
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0    1     2     c  Lcom/sun/tools/javac/code/Type;

  private com.sun.tools.javac.code.Type lambda$1(java.lang.Boolean, com.sun.tools.javac.code.Type);
    descriptor: (Ljava/lang/Boolean;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
        start local 2 // com.sun.tools.javac.code.Type ta
         0: .line 184
            aload 0 /* this */
            aload 2 /* ta */
            aload 1
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual jdk.jshell.VarTypePrinter$TypeProjection.mapTypeArgument:(Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 2 // com.sun.tools.javac.code.Type ta
        end local 0 // jdk.jshell.VarTypePrinter$TypeProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/VarTypePrinter$TypeProjection;
            0    1     2    ta  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$2(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type ta
         0: .line 185
            aload 0 /* ta */
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ireturn
        end local 0 // com.sun.tools.javac.code.Type ta
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ta  Lcom/sun/tools/javac/code/Type;
}
Signature: Lcom/sun/tools/javac/code/Type$StructuralTypeMapping<Ljava/lang/Boolean;>;
SourceFile: "VarTypePrinter.java"
NestHost: jdk.jshell.VarTypePrinter
InnerClasses:
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public ClassType = com.sun.tools.javac.code.Type$ClassType 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
  public TypeMapping = com.sun.tools.javac.code.Types$TypeMapping of com.sun.tools.javac.code.Types
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  TypeProjection = jdk.jshell.VarTypePrinter$TypeProjection of jdk.jshell.VarTypePrinter
  jdk.jshell.VarTypePrinter$TypeProjection$1