class com.sun.tools.javac.comp.Infer$1 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.comp.Infer$1
  super_class: com.sun.tools.javac.code.Type$StructuralTypeMapping
{
  final com.sun.tools.javac.comp.Infer this$0;
    descriptor: Lcom/sun/tools/javac/comp/Infer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  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=5, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Infer$1 this
        start local 1 // com.sun.tools.javac.code.Type$TypeVar tv
        start local 2 // java.lang.Void aVoid
         0: .line 631
            new com.sun.tools.javac.code.Type$UndetVar
            dup
            aload 1 /* tv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Infer$1.this$0:Lcom/sun/tools/javac/comp/Infer;
            invokevirtual com.sun.tools.javac.comp.Infer.incorporationEngine:()Lcom/sun/tools/javac/comp/Infer$AbstractIncorporationEngine;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Infer$1.this$0:Lcom/sun/tools/javac/comp/Infer;
            getfield com.sun.tools.javac.comp.Infer.types:Lcom/sun/tools/javac/code/Types;
            invokespecial com.sun.tools.javac.code.Type$UndetVar.<init>:(Lcom/sun/tools/javac/code/Type$TypeVar;Lcom/sun/tools/javac/code/Type$UndetVar$UndetVarListener;Lcom/sun/tools/javac/code/Types;)V
            astore 3 /* uv */
        start local 3 // com.sun.tools.javac.code.Type$UndetVar uv
         1: .line 632
            aload 1 /* tv */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 140737488355328
            land
            lconst_0
            lcmp
            ifeq 3
         2: .line 633
            aload 3 /* uv */
            invokevirtual com.sun.tools.javac.code.Type$UndetVar.setThrow:()V
         3: .line 635
      StackMap locals: com.sun.tools.javac.code.Type$UndetVar
      StackMap stack:
            aload 3 /* uv */
            areturn
        end local 3 // com.sun.tools.javac.code.Type$UndetVar uv
        end local 2 // java.lang.Void aVoid
        end local 1 // com.sun.tools.javac.code.Type$TypeVar tv
        end local 0 // com.sun.tools.javac.comp.Infer$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/javac/comp/Infer$1;
            0    4     1     tv  Lcom/sun/tools/javac/code/Type$TypeVar;
            0    4     2  aVoid  Ljava/lang/Void;
            1    4     3     uv  Lcom/sun/tools/javac/code/Type$UndetVar;
    MethodParameters:
       Name  Flags
      tv     
      aVoid  

  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.comp.Infer$1.visitTypeVar:(Lcom/sun/tools/javac/code/Type$TypeVar;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: "Infer.java"
EnclosingMethod: com.sun.tools.javac.comp.Infer
NestHost: com.sun.tools.javac.comp.Infer
InnerClasses:
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  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 UndetVar = com.sun.tools.javac.code.Type$UndetVar of com.sun.tools.javac.code.Type
  public abstract UndetVarListener = com.sun.tools.javac.code.Type$UndetVar$UndetVarListener of com.sun.tools.javac.code.Type$UndetVar
  com.sun.tools.javac.comp.Infer$1
  abstract AbstractIncorporationEngine = com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine of com.sun.tools.javac.comp.Infer