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

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

  public com.sun.tools.javac.code.Type visitUndetVar(com.sun.tools.javac.code.Type$UndetVar, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Type$UndetVar$1 this
        start local 1 // com.sun.tools.javac.code.Type$UndetVar uv
        start local 2 // java.lang.Void _unused
         0: .line 2157
            aload 1 /* uv */
            getfield com.sun.tools.javac.code.Type$UndetVar.inst:Lcom/sun/tools/javac/code/Type;
            ifnull 1
            aload 1 /* uv */
            getfield com.sun.tools.javac.code.Type$UndetVar.inst:Lcom/sun/tools/javac/code/Type;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* uv */
            getfield com.sun.tools.javac.code.Type$UndetVar.qtype:Lcom/sun/tools/javac/code/Type;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
         2: areturn
        end local 2 // java.lang.Void _unused
        end local 1 // com.sun.tools.javac.code.Type$UndetVar uv
        end local 0 // com.sun.tools.javac.code.Type$UndetVar$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/tools/javac/code/Type$UndetVar$1;
            0    3     1       uv  Lcom/sun/tools/javac/code/Type$UndetVar;
            0    3     2  _unused  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      uv       
      _unused  

  public java.lang.Object visitUndetVar(com.sun.tools.javac.code.Type$UndetVar, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar;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.Type$UndetVar$1.visitUndetVar:(Lcom/sun/tools/javac/code/Type$UndetVar;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: "Type.java"
EnclosingMethod: com.sun.tools.javac.code.Type$UndetVar
NestHost: com.sun.tools.javac.code.Type
InnerClasses:
  public abstract StructuralTypeMapping = com.sun.tools.javac.code.Type$StructuralTypeMapping of com.sun.tools.javac.code.Type
  public UndetVar = com.sun.tools.javac.code.Type$UndetVar of com.sun.tools.javac.code.Type
  com.sun.tools.javac.code.Type$UndetVar$1