class com.sun.tools.javac.comp.Analyzer$TreeRewriter extends com.sun.tools.javac.comp.Analyzer$AnalyzerCopier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Analyzer$TreeRewriter
  super_class: com.sun.tools.javac.comp.Analyzer$AnalyzerCopier
{
  com.sun.tools.javac.comp.Analyzer$RewritingContext rewriting;
    descriptor: Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
    flags: (0x0000) 

  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.comp.Analyzer$RewritingContext);
    descriptor: (Lcom/sun/tools/javac/comp/Analyzer;Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Analyzer$TreeRewriter this
        start local 2 // com.sun.tools.javac.comp.Analyzer$RewritingContext rewriting
         0: .line 772
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Analyzer$TreeRewriter.this$0:Lcom/sun/tools/javac/comp/Analyzer;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.tools.javac.comp.Analyzer$AnalyzerCopier.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
         1: .line 773
            aload 0 /* this */
            aload 2 /* rewriting */
            putfield com.sun.tools.javac.comp.Analyzer$TreeRewriter.rewriting:Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
         2: .line 774
            return
        end local 2 // com.sun.tools.javac.comp.Analyzer$RewritingContext rewriting
        end local 0 // com.sun.tools.javac.comp.Analyzer$TreeRewriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/tools/javac/comp/Analyzer$TreeRewriter;
            0    3     2  rewriting  Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
    MethodParameters:
           Name  Flags
      this$0     final
      rewriting  

  public <Z extends com.sun.tools.javac.tree.JCTree> Z copy(Z, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Void;)Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Analyzer$TreeRewriter this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // java.lang.Void _unused
         0: .line 779
            aload 0 /* this */
            aload 1 /* tree */
            aconst_null
            invokespecial com.sun.tools.javac.comp.Analyzer$AnalyzerCopier.copy:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/tree/JCTree;
            astore 3 /* newTree */
        start local 3 // com.sun.tools.javac.tree.JCTree newTree
         1: .line 780
            aload 1 /* tree */
            ifnull 4
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$TreeRewriter.rewriting:Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
            getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.oldTree:Lcom/sun/tools/javac/tree/JCTree;
            if_acmpne 4
         2: .line 781
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$TreeRewriter.rewriting:Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
            getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.replacement:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 782
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Analyzer$TreeRewriter.rewriting:Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
            getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.replacement:Lcom/sun/tools/javac/tree/JCTree;
            astore 3 /* newTree */
         4: .line 784
      StackMap locals: com.sun.tools.javac.tree.JCTree
      StackMap stack:
            aload 3 /* newTree */
            areturn
        end local 3 // com.sun.tools.javac.tree.JCTree newTree
        end local 2 // java.lang.Void _unused
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Analyzer$TreeRewriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/javac/comp/Analyzer$TreeRewriter;
            0    5     1     tree  TZ;
            0    5     2  _unused  Ljava/lang/Void;
            1    5     3  newTree  TZ;
    Signature: <Z:Lcom/sun/tools/javac/tree/JCTree;>(TZ;Ljava/lang/Void;)TZ;
    MethodParameters:
         Name  Flags
      tree     
      _unused  

  public com.sun.tools.javac.tree.JCTree copy(com.sun.tools.javac.tree.JCTree, java.lang.Object);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.tree.JCTree
            aload 2
            checkcast java.lang.Void
            invokevirtual com.sun.tools.javac.comp.Analyzer$TreeRewriter.copy:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Void;)Lcom/sun/tools/javac/tree/JCTree;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
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
  RewritingContext = com.sun.tools.javac.comp.Analyzer$RewritingContext of com.sun.tools.javac.comp.Analyzer
  TreeRewriter = com.sun.tools.javac.comp.Analyzer$TreeRewriter of com.sun.tools.javac.comp.Analyzer