abstract class com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase<X extends com.sun.tools.javac.tree.JCTree$JCStatement> extends com.sun.tools.javac.comp.Analyzer$StatementAnalyzer<X, X>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase
  super_class: com.sun.tools.javac.comp.Analyzer$StatementAnalyzer
{
  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, com.sun.tools.javac.tree.JCTree$Tag);
    descriptor: (Lcom/sun/tools/javac/comp/Analyzer;Lcom/sun/tools/javac/tree/JCTree$Tag;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
        start local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
         0: .line 358
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase.this$0:Lcom/sun/tools/javac/comp/Analyzer;
         1: .line 359
            aload 0 /* this */
            aload 1
            getstatic com.sun.tools.javac.comp.Analyzer$AnalyzerMode.LOCAL:Lcom/sun/tools/javac/comp/Analyzer$AnalyzerMode;
            aload 2 /* tag */
            invokespecial com.sun.tools.javac.comp.Analyzer$StatementAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Analyzer;Lcom/sun/tools/javac/comp/Analyzer$AnalyzerMode;Lcom/sun/tools/javac/tree/JCTree$Tag;)V
         2: .line 360
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerBase<TX;>;
            0    3     2   tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
    MethodParameters:
        Name  Flags
      this$0  final
      tag     

  boolean isImplicitlyTyped(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl decl
         0: .line 363
            aload 1 /* decl */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.pos:I
            iconst_m1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl decl
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerBase<TX;>;
            0    2     1  decl  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
    MethodParameters:
      Name  Flags
      decl  

  com.sun.tools.javac.tree.JCTree$JCVariableDecl rewriteVarType(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl oldTree
         0: .line 370
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase.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$JCVariableDecl
            astore 2 /* newTree */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl newTree
         1: .line 371
            aload 2 /* newTree */
            aconst_null
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
         2: .line 372
            aload 2 /* newTree */
            areturn
        end local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl newTree
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl oldTree
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerBase<TX;>;
            0    3     1  oldTree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            1    3     2  newTree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
    MethodParameters:
         Name  Flags
      oldTree  

  void processVar(com.sun.tools.javac.tree.JCTree$JCVariableDecl, com.sun.tools.javac.tree.JCTree$JCVariableDecl, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl oldTree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl newTree
        start local 3 // boolean hasErrors
         0: .line 379
            iload 3 /* hasErrors */
            ifne 3
         1: .line 380
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase.this$0:Lcom/sun/tools/javac/comp/Analyzer;
            getfield com.sun.tools.javac.comp.Analyzer.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* oldTree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* newTree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 3
         2: .line 381
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase.this$0:Lcom/sun/tools/javac/comp/Analyzer;
            getfield com.sun.tools.javac.comp.Analyzer.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* oldTree */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Warnings.LocalRedundantType:Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
         3: .line 384
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean hasErrors
        end local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl newTree
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl oldTree
        end local 0 // com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/javac/comp/Analyzer$RedundantLocalVarTypeAnalyzerBase<TX;>;
            0    4     1    oldTree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            0    4     2    newTree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            0    4     3  hasErrors  Z
    MethodParameters:
           Name  Flags
      oldTree    
      newTree    
      hasErrors  
}
Signature: <X:Lcom/sun/tools/javac/tree/JCTree$JCStatement;>Lcom/sun/tools/javac/comp/Analyzer$StatementAnalyzer<TX;TX;>;
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
  final AnalyzerMode = com.sun.tools.javac.comp.Analyzer$AnalyzerMode of com.sun.tools.javac.comp.Analyzer
  abstract RedundantLocalVarTypeAnalyzerBase = com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase of com.sun.tools.javac.comp.Analyzer
  abstract StatementAnalyzer = com.sun.tools.javac.comp.Analyzer$StatementAnalyzer of com.sun.tools.javac.comp.Analyzer
  public Warnings = com.sun.tools.javac.resources.CompilerProperties$Warnings of com.sun.tools.javac.resources.CompilerProperties
  public abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression 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
  public final Warning = com.sun.tools.javac.util.JCDiagnostic$Warning of com.sun.tools.javac.util.JCDiagnostic