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 4912
            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 4915
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            ifnonnull 5
         1: .line 4916
            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 4917
            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 4918
            goto 5
         4: .line 4919
      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 4922
      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 4930
            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 4931
            aload 1 /* md */
            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 4932
            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 4933
            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 4934
            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 4936
      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 4937
            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 4936
            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 4940
            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 4945
            aload 1 /* tree */
            ifnonnull 1
            return
         1: .line 4946
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            instanceof com.sun.tools.javac.tree.JCTree$JCExpression
            ifeq 3
         2: .line 4947
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 4949
      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 4950
            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 4954
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 2
         1: .line 4955
            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 4957
      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 4961
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 2
         1: .line 4962
            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 4964
      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 4965
            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 4969
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 4970
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            ifnonnull 3
         2: .line 4971
            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 4973
      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 4974
            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 4978
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 4979
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            ifnonnull 3
         2: .line 4980
            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 4982
      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 4983
            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 4987
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.initTypeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 4988
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            ifnonnull 4
         2: .line 4989
            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 4990
            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 4992
      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 4993
            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;
            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 4995
      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 4996
            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 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 5000
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 4
         1: .line 5001
            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 5002
            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 5001
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
         4: .line 5004
      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 5005
            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 5007
      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 5008
            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 5012
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            ifnonnull 4
         1: .line 5013
            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 5014
            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 5013
            putfield com.sun.tools.javac.tree.JCTree$JCAssignOp.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         4: .line 5016
      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 5017
            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 5021
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            ifnonnull 4
         1: .line 5022
            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 5023
            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 5022
            putfield com.sun.tools.javac.tree.JCTree$JCBinary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         4: .line 5025
      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 5026
            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 5030
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            ifnonnull 4
         1: .line 5031
            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 5032
            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 5031
            putfield com.sun.tools.javac.tree.JCTree$JCUnary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         4: .line 5034
      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 5035
            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 visitLambda(com.sun.tools.javac.tree.JCTree$JCLambda);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;)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$JCLambda that
         0: .line 5039
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitLambda:(Lcom/sun/tools/javac/tree/JCTree$JCLambda;)V
         1: .line 5040
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.targets:Lcom/sun/tools/javac/util/List;
            ifnonnull 3
         2: .line 5041
            aload 1 /* that */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.targets:Lcom/sun/tools/javac/util/List;
         3: .line 5043
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda 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$JCLambda;
    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 5047
            aload 0 /* this */
            aload 1 /* that */
            invokespecial com.sun.tools.javac.tree.TreeScanner.visitReference:(Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;)V
         1: .line 5048
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 5
         2: .line 5049
            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 5050
            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 5049
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
         5: .line 5052
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.targets:Lcom/sun/tools/javac/util/List;
            ifnonnull 7
         6: .line 5053
            aload 1 /* that */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.targets:Lcom/sun/tools/javac/util/List;
         7: .line 5055
      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    8     0  this  Lcom/sun/tools/javac/comp/Attr$PostAttrAnalyzer;
            0    8     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 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 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 JCLambda = com.sun.tools.javac.tree.JCTree$JCLambda 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