class com.sun.tools.javac.comp.Attr$7 extends com.sun.tools.javac.comp.Attr$PostAttrAnalyzer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Attr$7
  super_class: com.sun.tools.javac.comp.Attr$PostAttrAnalyzer
{
  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, com.sun.tools.javac.comp.Attr);
    descriptor: (Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Attr;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr$7 this
         0: .line 2072
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.javac.comp.Attr$7.this$0:Lcom/sun/tools/javac/comp/Attr;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Attr;)V
            return
        end local 0 // com.sun.tools.javac.comp.Attr$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr$7;
    MethodParameters:
        Name  Flags
      this$0  final
      this$1  final

  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$7 this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 2075
            aload 1 /* tree */
            ifnull 3
         1: .line 2076
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            ifnull 4
         2: .line 2077
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.stuckType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 4
         3: .line 2079
      StackMap locals:
      StackMap stack:
            return
         4: .line 2081
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 2082
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr$7;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  
}
SourceFile: "Attr.java"
EnclosingMethod: com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree;)V
NestHost: com.sun.tools.javac.comp.Attr
InnerClasses:
  com.sun.tools.javac.comp.Attr$7
  PostAttrAnalyzer = com.sun.tools.javac.comp.Attr$PostAttrAnalyzer of com.sun.tools.javac.comp.Attr