class com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach extends com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase<com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach
  super_class: com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase
{
  final com.sun.tools.javac.comp.Analyzer this$0;
    descriptor: Lcom/sun/tools/javac/comp/Analyzer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Analyzer);
    descriptor: (Lcom/sun/tools/javac/comp/Analyzer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
         0: .line 416
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.this$0:Lcom/sun/tools/javac/comp/Analyzer;
         1: .line 417
            aload 0 /* this */
            aload 1
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FOREACHLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokespecial com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase.<init>:(Lcom/sun/tools/javac/comp/Analyzer;Lcom/sun/tools/javac/tree/JCTree$Tag;)V
         2: .line 418
            return
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerForEach;
    MethodParameters:
        Name  Flags
      this$0  final

  boolean match(com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
         0: .line 422
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.isImplicitlyTyped:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerForEach;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
    MethodParameters:
      Name  Flags
      tree  

  com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop> rewrite(com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop oldTree
         0: .line 426
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.this$0:Lcom/sun/tools/javac/comp/Analyzer;
            getfield com.sun.tools.javac.comp.Analyzer.copier:Lcom/sun/tools/javac/comp/Analyzer$AnalyzerCopier;
            aload 1 /* oldTree */
            invokevirtual com.sun.tools.javac.comp.Analyzer$AnalyzerCopier.copy:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop
            astore 2 /* newTree */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop newTree
         1: .line 427
            aload 2 /* newTree */
            aload 0 /* this */
            aload 1 /* oldTree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.rewriteVarType:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            putfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
         2: .line 428
            aload 2 /* newTree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.this$0:Lcom/sun/tools/javac/comp/Analyzer;
            getfield com.sun.tools.javac.comp.Analyzer.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* oldTree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Lcom/sun/tools/javac/tree/TreeMaker;
            lconst_0
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Block:(JLcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            putfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
         3: .line 429
            aload 2 /* newTree */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            areturn
        end local 2 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop newTree
        end local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop oldTree
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerForEach;
            0    4     1  oldTree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            1    4     2  newTree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;>;
    MethodParameters:
         Name  Flags
      oldTree  

  void process(com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop, com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop oldTree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop newTree
        start local 3 // boolean hasErrors
         0: .line 433
            aload 0 /* this */
            aload 1 /* oldTree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 2 /* newTree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            iload 3 /* hasErrors */
            invokevirtual com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.processVar:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Z)V
         1: .line 434
            return
        end local 3 // boolean hasErrors
        end local 2 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop newTree
        end local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop oldTree
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerForEach;
            0    2     1    oldTree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            0    2     2    newTree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            0    2     3  hasErrors  Z
    MethodParameters:
           Name  Flags
      oldTree    
      newTree    
      hasErrors  

  void process(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;Z)V
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop
            aload 2
            checkcast com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop
            iload 3
            invokevirtual com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.process:(Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;Z)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  boolean match(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Z
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop
            invokevirtual com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.match:(Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  com.sun.tools.javac.util.List rewrite(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/List;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop
            invokevirtual com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.rewrite:(Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)Lcom/sun/tools/javac/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerBase<Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;>;
SourceFile: "Analyzer.java"
NestHost: com.sun.tools.javac.comp.Analyzer
InnerClasses:
  AnalyzerCopier = com.sun.tools.javac.comp.Analyzer$AnalyzerCopier of com.sun.tools.javac.comp.Analyzer
  abstract RedundantLocalVarTypeAnalyzerBase = com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase of com.sun.tools.javac.comp.Analyzer
  RedundantLocalVarTypeAnalyzerForEach = com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach of com.sun.tools.javac.comp.Analyzer
  public JCBlock = com.sun.tools.javac.tree.JCTree$JCBlock of com.sun.tools.javac.tree.JCTree
  public JCEnhancedForLoop = com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop of com.sun.tools.javac.tree.JCTree
  public abstract JCStatement = com.sun.tools.javac.tree.JCTree$JCStatement 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
  public abstract DiagnosticPosition = com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition of com.sun.tools.javac.util.JCDiagnostic