class com.sun.tools.javac.comp.Attr$PostAttrAnalyzer extends com.sun.tools.javac.tree.TreeScanner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Attr$PostAttrAnalyzer
  super_class: com.sun.tools.javac.tree.TreeScanner
{
  final com.sun.tools.javac.comp.Attr this$0;
    descriptor: Lcom/sun/tools/javac/comp/Attr;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  private void initTypeIfNeeded(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree that
         0: .line 5500
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            ifnonnull 5
         1: .line 5501
            aload 1 /* that */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 4
         2: .line 5502
            aload 1 /* that */
            aload 0 /* this */
            aload 1 /* that */
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodDecl
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
         3: .line 5503
            goto 5
         4: .line 5504
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unknownType:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
         5: .line 5507
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    6     1  that  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      that  

  private com.sun.tools.javac.code.Type dummyMethodType(com.sun.tools.javac.tree.JCTree$JCMethodDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl md
         0: .line 5515
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unknownType:Lcom/sun/tools/javac/code/Type;
            astore 2 /* restype */
        start local 2 // com.sun.tools.javac.code.Type restype
         1: .line 5516
            aload 1 /* md */
            ifnull 5
            aload 1 /* md */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 5
            aload 1 /* md */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEIDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 5
         2: .line 5517
            aload 1 /* md */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree
            astore 3 /* prim */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree prim
         3: .line 5518
            aload 3 /* prim */
            getfield com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree.typetag:Lcom/sun/tools/javac/code/TypeTag;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpne 5
         4: .line 5519
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.voidType:Lcom/sun/tools/javac/code/Type$JCVoidType;
            astore 2 /* restype */
        end local 3 // com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree prim
         5: .line 5521
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            new com.sun.tools.javac.code.Type$MethodType
            dup
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 2 /* restype */
         6: .line 5522
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
         7: .line 5521
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            areturn
        end local 2 // com.sun.tools.javac.code.Type restype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl md
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    8     1       md  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            1    8     2  restype  Lcom/sun/tools/javac/code/Type;
            3    5     3     prim  Lcom/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree;
    MethodParameters:
      Name  Flags
      md    

  private com.sun.tools.javac.code.Type dummyMethodType();
    descriptor: ()Lcom/sun/tools/javac/code/Type;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
         0: .line 5525
            aload 0 /* this */
            aconst_null
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;

  public void scan(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 5530
            aload 1 /* tree */
            ifnonnull 1
            return
         1: .line 5531
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            instanceof com.sun.tools.javac.tree.JCTree$JCExpression
            ifeq 3
         2: .line 5532
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 5534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.tree.TreeScanner.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 5535
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public void visitIdent(com.sun.tools.javac.tree.JCTree$JCIdent);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCIdent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIdent that
         0: .line 5539
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 2
         1: .line 5540
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unknownSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            putfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
         2: .line 5542
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCIdent that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    3     1  that  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
    MethodParameters:
      Name  Flags
      that  

  public void visitSelect(com.sun.tools.javac.tree.JCTree$JCFieldAccess);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess that
         0: .line 5546
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 2
         1: .line 5547
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unknownSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            putfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
         2: .line 5549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitSelect:(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;)V
         3: .line 5550
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    4     1  that  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
    MethodParameters:
      Name  Flags
      that  

  public void visitClassDef(com.sun.tools.javac.tree.JCTree$JCClassDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl that
         0: .line 5554
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 5555
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            ifnonnull 3
         2: .line 5556
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$ClassSymbol
            dup
            lconst_0
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$ClassSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
         3: .line 5558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitClassDef:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
         4: .line 5559
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    5     1  that  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
    MethodParameters:
      Name  Flags
      that  

  public void visitMethodDef(com.sun.tools.javac.tree.JCTree$JCMethodDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl that
         0: .line 5563
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 5564
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            ifnonnull 3
         2: .line 5565
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            lconst_0
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$MethodSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            putfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
         3: .line 5567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitMethodDef:(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)V
         4: .line 5568
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    5     1  that  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
    MethodParameters:
      Name  Flags
      that  

  public void visitVarDef(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl that
         0: .line 5572
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 5573
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            ifnonnull 4
         2: .line 5574
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$VarSymbol
            dup
            lconst_0
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$VarSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
         3: .line 5575
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            iconst_0
            putfield com.sun.tools.javac.code.Symbol$VarSymbol.adr:I
         4: .line 5577
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnonnull 6
         5: .line 5578
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            iconst_m1
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Erroneous:()Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
         6: .line 5580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitVarDef:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
         7: .line 5581
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    8     1  that  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
    MethodParameters:
      Name  Flags
      that  

  public void visitBindingPattern(com.sun.tools.javac.tree.JCTree$JCBindingPattern);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBindingPattern that
         0: .line 5585
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.symbol:Lcom/sun/tools/javac/code/Symbol$BindingSymbol;
            ifnonnull 3
         1: .line 5586
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$BindingSymbol
            dup
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$BindingSymbol.<init>:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            putfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.symbol:Lcom/sun/tools/javac/code/Symbol$BindingSymbol;
         2: .line 5587
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.symbol:Lcom/sun/tools/javac/code/Symbol$BindingSymbol;
            iconst_0
            putfield com.sun.tools.javac.code.Symbol$BindingSymbol.adr:I
         3: .line 5589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitBindingPattern:(Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;)V
         4: .line 5590
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBindingPattern that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    5     1  that  Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;
    MethodParameters:
      Name  Flags
      that  

  public void visitNewClass(com.sun.tools.javac.tree.JCTree$JCNewClass);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass that
         0: .line 5594
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 4
         1: .line 5595
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            lconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
         2: .line 5596
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:()Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$MethodSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
         3: .line 5595
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
         4: .line 5598
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            ifnonnull 6
         5: .line 5599
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unknownType:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
         6: .line 5601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitNewClass:(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;)V
         7: .line 5602
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    8     1  that  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
    MethodParameters:
      Name  Flags
      that  

  public void visitAssignop(com.sun.tools.javac.tree.JCTree$JCAssignOp);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAssignOp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssignOp that
         0: .line 5606
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            ifnonnull 4
         1: .line 5607
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$OperatorSymbol
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:()Lcom/sun/tools/javac/code/Type;
         2: .line 5608
            iconst_m1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$OperatorSymbol.<init>:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;ILcom/sun/tools/javac/code/Symbol;)V
         3: .line 5607
            putfield com.sun.tools.javac.tree.JCTree$JCAssignOp.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         4: .line 5610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitAssignop:(Lcom/sun/tools/javac/tree/JCTree$JCAssignOp;)V
         5: .line 5611
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssignOp that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    6     1  that  Lcom/sun/tools/javac/tree/JCTree$JCAssignOp;
    MethodParameters:
      Name  Flags
      that  

  public void visitBinary(com.sun.tools.javac.tree.JCTree$JCBinary);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBinary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBinary that
         0: .line 5615
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            ifnonnull 4
         1: .line 5616
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$OperatorSymbol
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:()Lcom/sun/tools/javac/code/Type;
         2: .line 5617
            iconst_m1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$OperatorSymbol.<init>:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;ILcom/sun/tools/javac/code/Symbol;)V
         3: .line 5616
            putfield com.sun.tools.javac.tree.JCTree$JCBinary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         4: .line 5619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitBinary:(Lcom/sun/tools/javac/tree/JCTree$JCBinary;)V
         5: .line 5620
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBinary that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    6     1  that  Lcom/sun/tools/javac/tree/JCTree$JCBinary;
    MethodParameters:
      Name  Flags
      that  

  public void visitUnary(com.sun.tools.javac.tree.JCTree$JCUnary);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCUnary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCUnary that
         0: .line 5624
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            ifnonnull 4
         1: .line 5625
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$OperatorSymbol
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:()Lcom/sun/tools/javac/code/Type;
         2: .line 5626
            iconst_m1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$OperatorSymbol.<init>:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;ILcom/sun/tools/javac/code/Symbol;)V
         3: .line 5625
            putfield com.sun.tools.javac.tree.JCTree$JCUnary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         4: .line 5628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitUnary:(Lcom/sun/tools/javac/tree/JCTree$JCUnary;)V
         5: .line 5629
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCUnary that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    6     1  that  Lcom/sun/tools/javac/tree/JCTree$JCUnary;
    MethodParameters:
      Name  Flags
      that  

  public void visitReference(com.sun.tools.javac.tree.JCTree$JCMemberReference);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference that
         0: .line 5633
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitReference:(Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;)V
         1: .line 5634
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 5
         2: .line 5635
            aload 1 /* that */
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            lconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.dummyMethodType:()Lcom/sun/tools/javac/code/Type;
         3: .line 5636
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.this$0:Lcom/sun/tools/javac/comp/Attr;
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$MethodSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
         4: .line 5635
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
         5: .line 5638
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference that
        end local 0 // com.sun.tools.javac.comp.Attr$PostAttrAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    6     1  that  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
    MethodParameters:
      Name  Flags
      that  
}
SourceFile: "Attr.java"
NestHost: com.sun.tools.javac.comp.Attr
InnerClasses:
  public BindingSymbol = com.sun.tools.javac.code.Symbol$BindingSymbol of com.sun.tools.javac.code.Symbol
  public ClassSymbol = com.sun.tools.javac.code.Symbol$ClassSymbol of com.sun.tools.javac.code.Symbol
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public OperatorSymbol = com.sun.tools.javac.code.Symbol$OperatorSymbol of com.sun.tools.javac.code.Symbol
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public VarSymbol = com.sun.tools.javac.code.Symbol$VarSymbol of com.sun.tools.javac.code.Symbol
  public MethodType = com.sun.tools.javac.code.Type$MethodType of com.sun.tools.javac.code.Type
  PostAttrAnalyzer = com.sun.tools.javac.comp.Attr$PostAttrAnalyzer of com.sun.tools.javac.comp.Attr
  public JCAssignOp = com.sun.tools.javac.tree.JCTree$JCAssignOp of com.sun.tools.javac.tree.JCTree
  public JCBinary = com.sun.tools.javac.tree.JCTree$JCBinary of com.sun.tools.javac.tree.JCTree
  public JCBindingPattern = com.sun.tools.javac.tree.JCTree$JCBindingPattern of com.sun.tools.javac.tree.JCTree
  public JCClassDecl = com.sun.tools.javac.tree.JCTree$JCClassDecl of com.sun.tools.javac.tree.JCTree
  public JCErroneous = com.sun.tools.javac.tree.JCTree$JCErroneous of com.sun.tools.javac.tree.JCTree
  public abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression of com.sun.tools.javac.tree.JCTree
  public JCFieldAccess = com.sun.tools.javac.tree.JCTree$JCFieldAccess of com.sun.tools.javac.tree.JCTree
  public JCIdent = com.sun.tools.javac.tree.JCTree$JCIdent of com.sun.tools.javac.tree.JCTree
  public JCMemberReference = com.sun.tools.javac.tree.JCTree$JCMemberReference of com.sun.tools.javac.tree.JCTree
  public JCMethodDecl = com.sun.tools.javac.tree.JCTree$JCMethodDecl of com.sun.tools.javac.tree.JCTree
  public JCNewClass = com.sun.tools.javac.tree.JCTree$JCNewClass of com.sun.tools.javac.tree.JCTree
  public JCPrimitiveTypeTree = com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree of com.sun.tools.javac.tree.JCTree
  public JCUnary = com.sun.tools.javac.tree.JCTree$JCUnary of com.sun.tools.javac.tree.JCTree
  public JCVariableDecl = com.sun.tools.javac.tree.JCTree$JCVariableDecl of com.sun.tools.javac.tree.JCTree
  public final Tag = com.sun.tools.javac.tree.JCTree$Tag of com.sun.tools.javac.tree.JCTree