public class com.sun.tools.javac.tree.Pretty extends com.sun.tools.javac.tree.JCTree$Visitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.Pretty
  super_class: com.sun.tools.javac.tree.JCTree$Visitor
{
  private final boolean sourceOutput;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  java.io.Writer out;
    descriptor: Ljava/io/Writer;
    flags: (0x0000) 

  public int width;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  int lmargin;
    descriptor: I
    flags: (0x0000) 

  com.sun.tools.javac.util.Name enclClassName;
    descriptor: Lcom/sun/tools/javac/util/Name;
    flags: (0x0000) 

  com.sun.tools.javac.tree.DocCommentTable docComments;
    descriptor: Lcom/sun/tools/javac/tree/DocCommentTable;
    flags: (0x0000) 

  private static final java.lang.String trimSequence;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "[...]"

  private static final int PREFERRED_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  java.lang.String lineSep;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  int prec;
    descriptor: I
    flags: (0x0000) 

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(java.io.Writer, boolean);
    descriptor: (Ljava/io/Writer;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // java.io.Writer out
        start local 2 // boolean sourceOutput
         0: .line 49
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.JCTree$Visitor.<init>:()V
         1: .line 67
            aload 0 /* this */
            iconst_4
            putfield com.sun.tools.javac.tree.Pretty.width:I
         2: .line 71
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.tree.Pretty.lmargin:I
         3: .line 80
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
         4: .line 167
            aload 0 /* this */
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            putfield com.sun.tools.javac.tree.Pretty.lineSep:Ljava/lang/String;
         5: .line 50
            aload 0 /* this */
            aload 1 /* out */
            putfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
         6: .line 51
            aload 0 /* this */
            iload 2 /* sourceOutput */
            putfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
         7: .line 52
            return
        end local 2 // boolean sourceOutput
        end local 1 // java.io.Writer out
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1           out  Ljava/io/Writer;
            0    8     2  sourceOutput  Z
    MethodParameters:
              Name  Flags
      out           
      sourceOutput  

  void align();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.tree.Pretty this
         0: .line 96
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
            ldc " "
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         3: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.lmargin:I
            if_icmplt 2
        end local 1 // int i
         4: .line 97
            return
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            1    4     1     i  I
    Exceptions:
      throws java.io.IOException

  void indent();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.Pretty this
         0: .line 102
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.tree.Pretty.lmargin:I
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.width:I
            iadd
            putfield com.sun.tools.javac.tree.Pretty.lmargin:I
         1: .line 103
            return
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;

  void undent();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.Pretty this
         0: .line 108
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.tree.Pretty.lmargin:I
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.width:I
            isub
            putfield com.sun.tools.javac.tree.Pretty.lmargin:I
         1: .line 109
            return
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;

  void open(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // int contextPrec
        start local 2 // int ownPrec
         0: .line 117
            iload 2 /* ownPrec */
            iload 1 /* contextPrec */
            if_icmpge 1
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
            ldc "("
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         1: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int ownPrec
        end local 1 // int contextPrec
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1  contextPrec  I
            0    2     2      ownPrec  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      contextPrec  
      ownPrec      

  void close(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // int contextPrec
        start local 2 // int ownPrec
         0: .line 126
            iload 2 /* ownPrec */
            iload 1 /* contextPrec */
            if_icmpge 1
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
            ldc ")"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         1: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int ownPrec
        end local 1 // int contextPrec
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1  contextPrec  I
            0    2     2      ownPrec  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      contextPrec  
      ownPrec      

  public void print(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // java.lang.Object s
         0: .line 132
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
            aload 1 /* s */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic com.sun.tools.javac.util.Convert.escapeUnicode:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         1: .line 133
            return
        end local 1 // java.lang.Object s
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1     s  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void println();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.Pretty this
         0: .line 138
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.lineSep:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         1: .line 139
            return
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;
    Exceptions:
      throws java.io.IOException

  public static java.lang.String toSimpleString(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.JCTree tree
         0: .line 142
            aload 0 /* tree */
            bipush 20
            invokestatic com.sun.tools.javac.tree.Pretty.toSimpleString:(Lcom/sun/tools/javac/tree/JCTree;I)Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.tree.JCTree tree
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public static java.lang.String toSimpleString(com.sun.tools.javac.tree.JCTree, int);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.tree.JCTree tree
        start local 1 // int maxLength
         0: .line 146
            new java.io.StringWriter
            dup
            invokespecial java.io.StringWriter.<init>:()V
            astore 2 /* s */
        start local 2 // java.io.StringWriter s
         1: .line 148
            new com.sun.tools.javac.tree.Pretty
            dup
            aload 2 /* s */
            iconst_0
            invokespecial com.sun.tools.javac.tree.Pretty.<init>:(Ljava/io/Writer;Z)V
            aload 0 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 149
            goto 5
         3: .line 150
      StackMap locals: com.sun.tools.javac.tree.JCTree int java.io.StringWriter
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         4: .line 153
            new java.lang.AssertionError
            dup
            aload 3 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.io.IOException e
         5: .line 157
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            invokevirtual java.io.StringWriter.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            ldc "\\s+"
            ldc " "
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            ldc "/\\*missing\\*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* res */
        start local 3 // java.lang.String res
         6: .line 158
            aload 3 /* res */
            invokevirtual java.lang.String.length:()I
            iload 1 /* maxLength */
            if_icmpge 8
         7: .line 159
            aload 3 /* res */
            areturn
         8: .line 161
      StackMap locals: java.lang.String
      StackMap stack:
            iload 1 /* maxLength */
            ldc "[...]"
            invokevirtual java.lang.String.length:()I
            isub
            iconst_2
            imul
            iconst_3
            idiv
            istore 4 /* head */
        start local 4 // int head
         9: .line 162
            iload 1 /* maxLength */
            ldc "[...]"
            invokevirtual java.lang.String.length:()I
            isub
            iload 4 /* head */
            isub
            istore 5 /* tail */
        start local 5 // int tail
        10: .line 163
            new java.lang.StringBuilder
            dup
            aload 3 /* res */
            iconst_0
            iload 4 /* head */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "[...]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* res */
            aload 3 /* res */
            invokevirtual java.lang.String.length:()I
            iload 5 /* tail */
            isub
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // int tail
        end local 4 // int head
        end local 3 // java.lang.String res
        end local 2 // java.io.StringWriter s
        end local 1 // int maxLength
        end local 0 // com.sun.tools.javac.tree.JCTree tree
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       tree  Lcom/sun/tools/javac/tree/JCTree;
            0   11     1  maxLength  I
            1   11     2          s  Ljava/io/StringWriter;
            4    5     3          e  Ljava/io/IOException;
            6   11     3        res  Ljava/lang/String;
            9   11     4       head  I
           10   11     5       tail  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    MethodParameters:
           Name  Flags
      tree       
      maxLength  

  public void printExpr(com.sun.tools.javac.tree.JCTree, int);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // int prec
         0: .line 189
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            istore 3 /* prevPrec */
        start local 3 // int prevPrec
         1: .line 191
            aload 0 /* this */
            iload 2 /* prec */
            putfield com.sun.tools.javac.tree.Pretty.prec:I
         2: .line 192
            aload 1 /* tree */
            ifnonnull 3
            aload 0 /* this */
            ldc "/*missing*/"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
            goto 12
         3: .line 194
      StackMap locals: int
      StackMap stack:
            aload 1 /* tree */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.JCTree.accept:(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V
         4: .line 196
            goto 12
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.Pretty$UncheckedIOException
         5: astore 4 /* ex */
        start local 4 // com.sun.tools.javac.tree.Pretty$UncheckedIOException ex
         6: .line 197
            new java.io.IOException
            dup
            aload 4 /* ex */
            invokevirtual com.sun.tools.javac.tree.Pretty$UncheckedIOException.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            astore 5 /* e */
        start local 5 // java.io.IOException e
         7: .line 198
            aload 5 /* e */
            aload 4 /* ex */
            invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         8: .line 199
            aload 5 /* e */
            athrow
        end local 5 // java.io.IOException e
        end local 4 // com.sun.tools.javac.tree.Pretty$UncheckedIOException ex
         9: .line 200
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        10: .line 201
            aload 0 /* this */
            iload 3 /* prevPrec */
            putfield com.sun.tools.javac.tree.Pretty.prec:I
        11: .line 202
            aload 6
            athrow
        12: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* prevPrec */
            putfield com.sun.tools.javac.tree.Pretty.prec:I
        13: .line 203
            return
        end local 3 // int prevPrec
        end local 2 // int prec
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/sun/tools/javac/tree/Pretty;
            0   14     1      tree  Lcom/sun/tools/javac/tree/JCTree;
            0   14     2      prec  I
            1   14     3  prevPrec  I
            6    9     4        ex  Lcom/sun/tools/javac/tree/Pretty$UncheckedIOException;
            7    9     5         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  Class com.sun.tools.javac.tree.Pretty$UncheckedIOException
           1     9       9  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  
      prec  

  public void printExpr(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 209
            aload 0 /* this */
            aload 1 /* tree */
            iconst_0
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         1: .line 210
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void printStat(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 215
            aload 0 /* this */
            aload 1 /* tree */
            iconst_m1
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         1: .line 216
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public <T extends com.sun.tools.javac.tree.JCTree> void printExprs(com.sun.tools.javac.util.List<T>, java.lang.String);
    descriptor: (Lcom/sun/tools/javac/util/List;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List trees
        start local 2 // java.lang.String sep
         0: .line 222
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 8
         1: .line 223
            aload 0 /* this */
            aload 1 /* trees */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 224
            aload 1 /* trees */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
         3: goto 7
         4: .line 225
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* sep */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 226
            aload 0 /* this */
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 224
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
      StackMap locals:
      StackMap stack:
         7: aload 3 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 4
        end local 3 // com.sun.tools.javac.util.List l
         8: .line 229
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String sep
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  trees  Lcom/sun/tools/javac/util/List<TT;>;
            0    9     2    sep  Ljava/lang/String;
            3    8     3      l  Lcom/sun/tools/javac/util/List<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Lcom/sun/tools/javac/tree/JCTree;>(Lcom/sun/tools/javac/util/List<TT;>;Ljava/lang/String;)V
    MethodParameters:
       Name  Flags
      trees  
      sep    

  public <T extends com.sun.tools.javac.tree.JCTree> void printExprs(com.sun.tools.javac.util.List<T>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List trees
         0: .line 234
            aload 0 /* this */
            aload 1 /* trees */
            ldc ", "
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;Ljava/lang/String;)V
         1: .line 235
            return
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1  trees  Lcom/sun/tools/javac/util/List<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Lcom/sun/tools/javac/tree/JCTree;>(Lcom/sun/tools/javac/util/List<TT;>;)V
    MethodParameters:
       Name  Flags
      trees  

  public void printStats(com.sun.tools.javac.util.List<? extends com.sun.tools.javac.tree.JCTree>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List trees
         0: .line 240
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 6
         2: .line 241
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         3: .line 242
            aload 0 /* this */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 243
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         5: .line 240
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 2
        end local 2 // com.sun.tools.javac.util.List l
         7: .line 245
            return
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1  trees  Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree;>;
            1    7     2      l  Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree;>;)V
    MethodParameters:
       Name  Flags
      trees  

  public void printFlags(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // long flags
         0: .line 250
            lload 1 /* flags */
            ldc 4096
            land
            lconst_0
            lcmp
            ifeq 1
            aload 0 /* this */
            ldc "/*synthetic*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* flags */
            invokestatic com.sun.tools.javac.tree.TreeInfo.flagNames:(J)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 252
            lload 1 /* flags */
            ldc 8796093026303
            land
            lconst_0
            lcmp
            ifeq 3
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 253
      StackMap locals:
      StackMap stack:
            lload 1 /* flags */
            ldc 8192
            land
            lconst_0
            lcmp
            ifeq 4
            aload 0 /* this */
            ldc "@"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 254
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long flags
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  flags  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      flags  

  public void printAnnotations(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCAnnotation>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List trees
         0: .line 257
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 6
         2: .line 258
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 259
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         4: .line 260
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         5: .line 257
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 2
        end local 2 // com.sun.tools.javac.util.List l
         7: .line 262
            return
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1  trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
            1    7     2      l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;)V
    MethodParameters:
       Name  Flags
      trees  

  public void printTypeAnnotations(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCAnnotation>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List trees
         0: .line 265
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 5
         2: .line 266
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 267
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 265
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 2
        end local 2 // com.sun.tools.javac.util.List l
         6: .line 269
            return
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
            1    6     2      l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;)V
    MethodParameters:
       Name  Flags
      trees  

  public void printDocComment(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 275
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            ifnull 16
         1: .line 276
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            aload 1 /* tree */
            invokeinterface com.sun.tools.javac.tree.DocCommentTable.getCommentText:(Lcom/sun/tools/javac/tree/JCTree;)Ljava/lang/String;
            astore 2 /* dc */
        start local 2 // java.lang.String dc
         2: .line 277
            aload 2 /* dc */
            ifnull 16
         3: .line 278
            aload 0 /* this */
            ldc "/**"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         4: .line 279
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 280
            aload 2 /* dc */
            iload 3 /* pos */
            invokestatic com.sun.tools.javac.tree.Pretty.lineEndPos:(Ljava/lang/String;I)I
            istore 4 /* endpos */
        start local 4 // int endpos
         6: .line 281
            goto 13
         7: .line 282
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         8: .line 283
            aload 0 /* this */
            ldc " *"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 284
            iload 3 /* pos */
            aload 2 /* dc */
            invokevirtual java.lang.String.length:()I
            if_icmpge 10
            aload 2 /* dc */
            iload 3 /* pos */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmple 10
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* dc */
            iload 3 /* pos */
            iload 4 /* endpos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        11: .line 286
            iload 4 /* endpos */
            iconst_1
            iadd
            istore 3 /* pos */
        12: .line 287
            aload 2 /* dc */
            iload 3 /* pos */
            invokestatic com.sun.tools.javac.tree.Pretty.lineEndPos:(Ljava/lang/String;I)I
            istore 4 /* endpos */
        13: .line 281
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            aload 2 /* dc */
            invokevirtual java.lang.String.length:()I
            if_icmplt 7
        14: .line 289
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        15: .line 290
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        end local 4 // int endpos
        end local 3 // int pos
        end local 2 // java.lang.String dc
        16: .line 293
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/sun/tools/javac/tree/Pretty;
            0   17     1    tree  Lcom/sun/tools/javac/tree/JCTree;
            2   16     2      dc  Ljava/lang/String;
            5   16     3     pos  I
            6   16     4  endpos  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  static int lineEndPos(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int start
         0: .line 296
            aload 0 /* s */
            bipush 10
            iload 1 /* start */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 2 /* pos */
        start local 2 // int pos
         1: .line 297
            iload 2 /* pos */
            ifge 2
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* pos */
         2: .line 298
      StackMap locals: int
      StackMap stack:
            iload 2 /* pos */
            ireturn
        end local 2 // int pos
        end local 1 // int start
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0      s  Ljava/lang/String;
            0    3     1  start  I
            1    3     2    pos  I
    MethodParameters:
       Name  Flags
      s      
      start  

  public void printTypeParameters(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCTypeParameter>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List trees
         0: .line 305
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 4
         1: .line 306
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 307
            aload 0 /* this */
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         3: .line 308
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 310
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;>;)V
    MethodParameters:
       Name  Flags
      trees  

  public void printBlock(com.sun.tools.javac.util.List<? extends com.sun.tools.javac.tree.JCTree>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List stats
         0: .line 315
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 316
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 317
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         3: .line 318
            aload 0 /* this */
            aload 1 /* stats */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStats:(Lcom/sun/tools/javac/util/List;)V
         4: .line 319
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
         5: .line 320
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         6: .line 321
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 322
            return
        end local 1 // com.sun.tools.javac.util.List stats
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1  stats  Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree;>;)V
    MethodParameters:
       Name  Flags
      stats  

  public void printEnumBody(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.util.List stats
         0: .line 327
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 328
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 329
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         3: .line 330
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 331
            aload 1 /* stats */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
         5: goto 14
         6: .line 332
      StackMap locals: int com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.isEnumerator:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 13
         7: .line 333
            iload 2 /* first */
            ifne 10
         8: .line 334
            aload 0 /* this */
            ldc ","
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 335
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        10: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 338
            aload 0 /* this */
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        12: .line 339
            iconst_0
            istore 2 /* first */
        13: .line 331
      StackMap locals:
      StackMap stack:
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
      StackMap locals:
      StackMap stack:
        14: aload 3 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 6
        end local 3 // com.sun.tools.javac.util.List l
        15: .line 342
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 343
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        17: .line 344
            aload 1 /* stats */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
        18: goto 24
        19: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.isEnumerator:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifne 23
        20: .line 346
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        21: .line 347
            aload 0 /* this */
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        22: .line 348
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        23: .line 344
      StackMap locals:
      StackMap stack:
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
      StackMap locals:
      StackMap stack:
        24: aload 3 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 19
        end local 3 // com.sun.tools.javac.util.List l
        25: .line 351
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
        26: .line 352
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        27: .line 353
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        28: .line 354
            return
        end local 2 // boolean first
        end local 1 // com.sun.tools.javac.util.List stats
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0   29     1  stats  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
            4   29     2  first  Z
            5   15     3      l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           18   25     3      l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;)V
    MethodParameters:
       Name  Flags
      stats  

  boolean isEnumerator(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree t
         0: .line 358
            aload 1 /* t */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 1
            aload 1 /* t */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.tree.JCTree t
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1     t  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      t     

  public void printUnit(com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.sun.tools.javac.tree.JCTree$JCClassDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit tree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCClassDecl cdef
         0: .line 369
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            putfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
         1: .line 370
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 372
            iconst_1
            istore 3 /* firstImport */
        start local 3 // boolean firstImport
         3: .line 373
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.defs:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
         4: .line 374
            goto 18
         5: .line 378
      StackMap locals: int com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IMPORT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 16
         6: .line 379
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCImport
            astore 5 /* imp */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCImport imp
         7: .line 380
            aload 5 /* imp */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.qualid:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            astore 6 /* name */
        start local 6 // com.sun.tools.javac.util.Name name
         8: .line 381
            aload 6 /* name */
            aload 6 /* name */
            getfield com.sun.tools.javac.util.Name.table:Lcom/sun/tools/javac/util/Name$Table;
            getfield com.sun.tools.javac.util.Name$Table.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.asterisk:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 11
         9: .line 382
            aload 2 /* cdef */
            ifnull 11
        10: .line 383
            aload 0 /* this */
            aload 5 /* imp */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.qualid:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty.isUsed:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 17
        11: .line 384
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCImport com.sun.tools.javac.util.Name
      StackMap stack:
            iload 3 /* firstImport */
            ifeq 14
        12: .line 385
            iconst_0
            istore 3 /* firstImport */
        13: .line 386
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        14: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* imp */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        end local 6 // com.sun.tools.javac.util.Name name
        end local 5 // com.sun.tools.javac.tree.JCTree$JCImport imp
        15: .line 390
            goto 17
        16: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        17: .line 377
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
        18: .line 374
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
        19: .line 375
            aload 2 /* cdef */
            ifnull 5
        20: .line 376
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IMPORT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 5
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PACKAGEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 5
        end local 4 // com.sun.tools.javac.util.List l
        21: .line 394
      StackMap locals:
      StackMap stack:
            aload 2 /* cdef */
            ifnull 24
        22: .line 395
            aload 0 /* this */
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        23: .line 396
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        24: .line 398
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean firstImport
        end local 2 // com.sun.tools.javac.tree.JCTree$JCClassDecl cdef
        end local 1 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lcom/sun/tools/javac/tree/Pretty;
            0   25     1         tree  Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            0   25     2         cdef  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            3   25     3  firstImport  Z
            4   21     4            l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
            7   15     5          imp  Lcom/sun/tools/javac/tree/JCTree$JCImport;
            8   15     6         name  Lcom/sun/tools/javac/util/Name;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  
      cdef  

  boolean isUsed(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.code.Symbol t
        start local 2 // com.sun.tools.javac.tree.JCTree cdef
         0: .line 410
            new com.sun.tools.javac.tree.Pretty$1UsedVisitor
            dup
            aload 0 /* this */
            aload 1 /* t */
            invokespecial com.sun.tools.javac.tree.Pretty$1UsedVisitor.<init>:(Lcom/sun/tools/javac/tree/Pretty;Lcom/sun/tools/javac/code/Symbol;)V
            astore 3 /* v */
        start local 3 // com.sun.tools.javac.tree.Pretty$1UsedVisitor v
         1: .line 411
            aload 3 /* v */
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty$1UsedVisitor.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 412
            aload 3 /* v */
            getfield com.sun.tools.javac.tree.Pretty$1UsedVisitor.result:Z
            ireturn
        end local 3 // com.sun.tools.javac.tree.Pretty$1UsedVisitor v
        end local 2 // com.sun.tools.javac.tree.JCTree cdef
        end local 1 // com.sun.tools.javac.code.Symbol t
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    3     1     t  Lcom/sun/tools/javac/code/Symbol;
            0    3     2  cdef  Lcom/sun/tools/javac/tree/JCTree;
            1    3     3     v  Lcom/sun/tools/javac/tree/Pretty$1UsedVisitor;
    MethodParameters:
      Name  Flags
      t     final
      cdef  

  public void visitTopLevel(com.sun.tools.javac.tree.JCTree$JCCompilationUnit);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit tree
         0: .line 421
            aload 0 /* this */
            aload 1 /* tree */
            aconst_null
            invokevirtual com.sun.tools.javac.tree.Pretty.printUnit:(Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
         1: .line 422
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 423
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 425
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitPackageDef(com.sun.tools.javac.tree.JCTree$JCPackageDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCPackageDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCPackageDecl tree
         0: .line 429
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 430
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printAnnotations:(Lcom/sun/tools/javac/util/List;)V
         2: .line 431
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.pid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 10
         3: .line 432
            aload 0 /* this */
            ldc "package "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 433
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.pid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 434
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 435
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         7: .line 437
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 438
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        10: .line 440
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCPackageDecl tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   11     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCPackageDecl;
            9   10     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitModuleDef(com.sun.tools.javac.tree.JCTree$JCModuleDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCModuleDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
         0: .line 445
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 446
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printAnnotations:(Lcom/sun/tools/javac/util/List;)V
         2: .line 447
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCModuleDecl.getModuleType:()Lcom/sun/source/tree/ModuleTree$ModuleKind;
            getstatic com.sun.source.tree.ModuleTree$ModuleKind.OPEN:Lcom/sun/source/tree/ModuleTree$ModuleKind;
            if_acmpne 4
         3: .line 448
            aload 0 /* this */
            ldc "open "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "module "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 451
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.qualId:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 452
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.directives:Lcom/sun/tools/javac/util/List;
            ifnonnull 9
         7: .line 453
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 454
            goto 10
         9: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.directives:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
        10: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        11: .line 458
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 459
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        14: .line 461
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   15     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCModuleDecl;
           13   14     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    11      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitExports(com.sun.tools.javac.tree.JCTree$JCExports);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCExports;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExports tree
         0: .line 466
            aload 0 /* this */
            ldc "exports "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 467
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExports.qualid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 468
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExports.moduleNames:Lcom/sun/tools/javac/util/List;
            ifnull 5
         3: .line 469
            aload 0 /* this */
            ldc " to "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 470
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExports.moduleNames:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         5: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 473
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 474
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 476
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExports tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCExports;
            8    9     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitOpens(com.sun.tools.javac.tree.JCTree$JCOpens);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCOpens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCOpens tree
         0: .line 481
            aload 0 /* this */
            ldc "opens "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 482
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCOpens.qualid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 483
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCOpens.moduleNames:Lcom/sun/tools/javac/util/List;
            ifnull 5
         3: .line 484
            aload 0 /* this */
            ldc " to "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 485
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCOpens.moduleNames:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         5: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 488
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 489
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 491
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCOpens tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCOpens;
            8    9     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitProvides(com.sun.tools.javac.tree.JCTree$JCProvides);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCProvides;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCProvides tree
         0: .line 496
            aload 0 /* this */
            ldc "provides "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 497
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCProvides.serviceName:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 498
            aload 0 /* this */
            ldc " with "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 499
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCProvides.implNames:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         4: .line 500
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 501
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 502
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 504
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCProvides tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCProvides;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitRequires(com.sun.tools.javac.tree.JCTree$JCRequires);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCRequires;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCRequires tree
         0: .line 509
            aload 0 /* this */
            ldc "requires "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 510
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.isStaticPhase:Z
            ifeq 3
         2: .line 511
            aload 0 /* this */
            ldc "static "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 512
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.isTransitive:Z
            ifeq 5
         4: .line 513
            aload 0 /* this */
            ldc "transitive "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.moduleName:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 515
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 516
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 517
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        10: .line 519
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCRequires tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   11     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCRequires;
            9   10     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitUses(com.sun.tools.javac.tree.JCTree$JCUses);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCUses;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCUses tree
         0: .line 524
            aload 0 /* this */
            ldc "uses "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 525
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUses.qualid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 526
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 527
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 528
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 530
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCUses tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCUses;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitImport(com.sun.tools.javac.tree.JCTree$JCImport);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCImport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCImport tree
         0: .line 534
            aload 0 /* this */
            ldc "import "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 535
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.staticImport:Z
            ifeq 2
            aload 0 /* this */
            ldc "static "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.qualid:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 537
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 538
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         5: .line 539
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 540
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 542
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCImport tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCImport;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
         0: .line 546
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         1: .line 547
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 548
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printAnnotations:(Lcom/sun/tools/javac/util/List;)V
         3: .line 549
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc -513
            land
            invokevirtual com.sun.tools.javac.tree.Pretty.printFlags:(J)V
         4: .line 550
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            astore 2 /* enclClassNamePrev */
        start local 2 // com.sun.tools.javac.util.Name enclClassNamePrev
         5: .line 551
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            putfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
         6: .line 552
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 512
            land
            lconst_0
            lcmp
            ifeq 13
         7: .line 553
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "interface "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 554
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeParameters:(Lcom/sun/tools/javac/util/List;)V
         9: .line 555
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 23
        10: .line 556
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 557
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        12: .line 559
            goto 23
        13: .line 560
      StackMap locals: com.sun.tools.javac.util.Name
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 15
        14: .line 561
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "enum "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
            goto 16
        15: .line 563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeParameters:(Lcom/sun/tools/javac/util/List;)V
        17: .line 565
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 20
        18: .line 566
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        19: .line 567
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        20: .line 569
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 23
        21: .line 570
            aload 0 /* this */
            ldc " implements "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 571
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        23: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        24: .line 575
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 27
        25: .line 576
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printEnumBody:(Lcom/sun/tools/javac/util/List;)V
        26: .line 577
            goto 28
        27: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
        28: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* enclClassNamePrev */
            putfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
        end local 2 // com.sun.tools.javac.util.Name enclClassNamePrev
        29: .line 581
            goto 32
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCClassDecl
      StackMap stack: java.io.IOException
        30: astore 2 /* e */
        start local 2 // java.io.IOException e
        31: .line 582
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        32: .line 584
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   33     0               this  Lcom/sun/tools/javac/tree/Pretty;
            0   33     1               tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            5   29     2  enclClassNamePrev  Lcom/sun/tools/javac/util/Name;
           31   32     2                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    29      30  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
         0: .line 589
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            getfield com.sun.tools.javac.util.Name.table:Lcom/sun/tools/javac/util/Name$Table;
            getfield com.sun.tools.javac.util.Name$Table.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpne 4
         1: .line 590
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            ifnonnull 4
         2: .line 591
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
            ifeq 4
         3: return
         4: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         5: .line 593
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 594
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         7: .line 595
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeParameters:(Lcom/sun/tools/javac/util/List;)V
         8: .line 596
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            getfield com.sun.tools.javac.util.Name.table:Lcom/sun/tools/javac/util/Name$Table;
            getfield com.sun.tools.javac.util.Name$Table.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpne 13
         9: .line 597
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            ifnull 10
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            goto 11
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.Pretty
        10: aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCMethodDecl
      StackMap stack: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.util.Name
        11: invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 598
            goto 15
        13: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        14: .line 600
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 603
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            ifnull 20
        17: .line 604
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        18: .line 605
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.size:()I
            ifle 20
        19: .line 606
            aload 0 /* this */
            ldc ", "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        21: .line 610
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 611
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 25
        23: .line 612
            aload 0 /* this */
            ldc " throws "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        24: .line 613
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        25: .line 615
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.defaultValue:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 28
        26: .line 616
            aload 0 /* this */
            ldc " default "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 617
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.defaultValue:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        28: .line 619
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 32
        29: .line 620
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        30: .line 621
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        31: .line 622
            goto 36
        32: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        33: .line 625
            goto 36
      StackMap locals:
      StackMap stack: java.io.IOException
        34: astore 2 /* e */
        start local 2 // java.io.IOException e
        35: .line 626
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        36: .line 628
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   37     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
           35   36     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3      34  Class java.io.IOException
           4    33      34  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
         0: .line 632
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            aload 1 /* tree */
            invokeinterface com.sun.tools.javac.tree.DocCommentTable.hasComment:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 2
         1: .line 633
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         2: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 636
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 41
         4: .line 637
            aload 0 /* this */
            ldc "/*public static final*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 638
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 639
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 63
         7: .line 640
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWCLASS: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 37
         8: .line 641
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCNewClass
            astore 2 /* init */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCNewClass init
         9: .line 642
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
            ifeq 19
        10: .line 643
            aload 0 /* this */
            ldc " /*enum*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 644
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            ifnull 15
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 15
        12: .line 645
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        13: .line 646
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 647
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 649
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCNewClass
      StackMap stack:
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 18
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            ifnull 18
        16: .line 650
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 651
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
        18: .line 653
      StackMap locals:
      StackMap stack:
            return
        19: .line 655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " /* = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 656
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        21: .line 657
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 23
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 23
        22: .line 658
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        23: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        24: .line 661
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        25: .line 662
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        26: .line 663
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 664
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        28: .line 665
            aload 0 /* this */
            ldc " /*enum*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        29: .line 666
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            ifnull 33
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 33
        30: .line 667
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        31: .line 668
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        32: .line 669
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        33: .line 671
      StackMap locals:
      StackMap stack:
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 36
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            ifnull 36
        34: .line 672
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        35: .line 673
            aload 0 /* this */
            aload 2 /* init */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
        36: .line 675
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$JCNewClass init
        37: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " /* = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        38: .line 679
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        39: .line 680
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        40: .line 682
            goto 63
        41: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        42: .line 684
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 17179869184
            land
            lconst_0
            lcmp
            ifeq 54
        43: .line 685
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* vartype */
        start local 2 // com.sun.tools.javac.tree.JCTree vartype
        44: .line 686
            aconst_null
            astore 3 /* tas */
        start local 3 // com.sun.tools.javac.util.List tas
        45: .line 687
            aload 2 /* vartype */
            instanceof com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            ifeq 48
        46: .line 688
            aload 2 /* vartype */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            astore 3 /* tas */
        47: .line 689
            aload 2 /* vartype */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* vartype */
        48: .line 691
      StackMap locals: com.sun.tools.javac.tree.JCTree com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* vartype */
            checkcast com.sun.tools.javac.tree.JCTree$JCArrayTypeTree
            getfield com.sun.tools.javac.tree.JCTree$JCArrayTypeTree.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        49: .line 692
            aload 3 /* tas */
            ifnull 52
        50: .line 693
            aload 0 /* this */
            bipush 32
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        51: .line 694
            aload 0 /* this */
            aload 3 /* tas */
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        52: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "... "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        end local 3 // com.sun.tools.javac.util.List tas
        end local 2 // com.sun.tools.javac.tree.JCTree vartype
        53: .line 697
            goto 56
        54: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        55: .line 699
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        56: .line 701
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 59
        57: .line 702
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        58: .line 703
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        59: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_m1
            if_icmpne 63
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        60: .line 707
            goto 63
      StackMap locals:
      StackMap stack: java.io.IOException
        61: astore 2 /* e */
        start local 2 // java.io.IOException e
        62: .line 708
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        63: .line 710
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   64     0     this  Lcom/sun/tools/javac/tree/Pretty;
            0   64     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            9   37     2     init  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
           44   53     2  vartype  Lcom/sun/tools/javac/tree/JCTree;
           45   53     3      tas  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
           62   63     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    18      61  Class java.io.IOException
          19    36      61  Class java.io.IOException
          37    60      61  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitSkip(com.sun.tools.javac.tree.JCTree$JCSkip);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSkip;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSkip tree
         0: .line 714
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 715
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 716
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 718
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSkip tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSkip;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitBlock(com.sun.tools.javac.tree.JCTree$JCBlock);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBlock;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
         0: .line 722
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.flags:J
            invokevirtual com.sun.tools.javac.tree.Pretty.printFlags:(J)V
         1: .line 723
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
         2: .line 724
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 725
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 727
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitDoLoop(com.sun.tools.javac.tree.JCTree$JCDoWhileLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCDoWhileLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
         0: .line 731
            aload 0 /* this */
            ldc "do "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 732
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 733
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         3: .line 734
            aload 0 /* this */
            ldc " while "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 735
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS: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 7
         5: .line 736
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 737
            goto 10
         7: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 739
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 740
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 743
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 744
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        14: .line 746
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   15     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCDoWhileLoop;
           13   14     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    11      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitWhileLoop(com.sun.tools.javac.tree.JCTree$JCWhileLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCWhileLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
         0: .line 750
            aload 0 /* this */
            ldc "while "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 751
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS: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 4
         2: .line 752
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 753
            goto 7
         4: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 755
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 756
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 759
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 760
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 761
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        12: .line 763
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   13     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCWhileLoop;
           11   12     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     9      10  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitForLoop(com.sun.tools.javac.tree.JCTree$JCForLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCForLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
         0: .line 767
            aload 0 /* this */
            ldc "for ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 768
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 15
         2: .line 769
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCStatement
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 14
         3: .line 770
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 771
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         5: goto 12
         6: .line 772
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 3 /* vdef */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdef
         7: .line 773
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc ", "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* vdef */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 774
            aload 3 /* vdef */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 11
         9: .line 775
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 776
            aload 0 /* this */
            aload 3 /* vdef */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        end local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdef
        11: .line 771
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
        12: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 6
        end local 2 // com.sun.tools.javac.util.List l
        13: .line 779
            goto 15
        14: .line 780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        15: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "; "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 784
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 17
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        17: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "; "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 786
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.step:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        19: .line 787
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 788
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        21: .line 789
            goto 24
      StackMap locals:
      StackMap stack: java.io.IOException
        22: astore 2 /* e */
        start local 2 // java.io.IOException e
        23: .line 790
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        24: .line 792
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   25     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCForLoop;
            5   13     2     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCStatement;>;
            7   11     3  vdef  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           23   24     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    21      22  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitForeachLoop(com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
         0: .line 796
            aload 0 /* this */
            ldc "for ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 797
            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.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 798
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 799
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 800
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 801
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 802
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 803
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 805
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            8    9     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitLabelled(com.sun.tools.javac.tree.JCTree$JCLabeledStatement);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
         0: .line 809
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.label:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 810
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 811
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 812
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 814
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitSwitch(com.sun.tools.javac.tree.JCTree$JCSwitch);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSwitch;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
         0: .line 818
            aload 0 /* this */
            ldc "switch "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 819
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS: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 4
         2: .line 820
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 821
            goto 7
         4: .line 822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 823
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 824
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " {"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 827
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         9: .line 828
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.cases:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStats:(Lcom/sun/tools/javac/util/List;)V
        10: .line 829
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 830
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 831
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 832
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        15: .line 834
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   16     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSwitch;
           14   15     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    12      13  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitCase(com.sun.tools.javac.tree.JCTree$JCCase);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCCase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCCase tree
         0: .line 838
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pat:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnonnull 3
         1: .line 839
            aload 0 /* this */
            ldc "default"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 840
            goto 5
         3: .line 841
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "case "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 842
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pat:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ": "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 845
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         7: .line 846
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         8: .line 847
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStats:(Lcom/sun/tools/javac/util/List;)V
         9: .line 848
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
        10: .line 849
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 850
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 851
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        14: .line 853
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCCase tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   15     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCCase;
           13   14     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    11      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitSynchronized(com.sun.tools.javac.tree.JCTree$JCSynchronized);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSynchronized;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSynchronized tree
         0: .line 857
            aload 0 /* this */
            ldc "synchronized "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 858
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.lock:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS: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 4
         2: .line 859
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.lock:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 860
            goto 7
         4: .line 861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 862
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.lock:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 863
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 866
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 867
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 868
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        12: .line 870
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSynchronized tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   13     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSynchronized;
           11   12     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     9      10  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTry(com.sun.tools.javac.tree.JCTree$JCTry);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
         0: .line 874
            aload 0 /* this */
            ldc "try "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 875
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.resources:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 13
         2: .line 876
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 877
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 878
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.resources:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCTry int top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            astore 3 /* var */
        start local 3 // com.sun.tools.javac.tree.JCTree var
         6: .line 879
            iload 2 /* first */
            ifne 9
         7: .line 880
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         8: .line 881
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         9: .line 883
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCTry int com.sun.tools.javac.tree.JCTree java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            aload 3 /* var */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 884
            iconst_0
            istore 2 /* first */
        end local 3 // com.sun.tools.javac.tree.JCTree var
        11: .line 878
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCTry int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        12: .line 886
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        end local 2 // boolean first
        13: .line 888
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCTry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        14: .line 889
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.catchers:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
        15: goto 18
        16: .line 890
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        17: .line 889
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
        18: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 16
        end local 2 // com.sun.tools.javac.util.List l
        19: .line 892
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 25
        20: .line 893
            aload 0 /* this */
            ldc " finally "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        21: .line 894
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        22: .line 896
            goto 25
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCTry
      StackMap stack: java.io.IOException
        23: astore 2 /* e */
        start local 2 // java.io.IOException e
        24: .line 897
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        25: .line 899
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0   26     1   tree  Lcom/sun/tools/javac/tree/JCTree$JCTry;
            4   13     2  first  Z
            6   11     3    var  Lcom/sun/tools/javac/tree/JCTree;
           15   19     2      l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCatch;>;
           24   25     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    22      23  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitCatch(com.sun.tools.javac.tree.JCTree$JCCatch);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCCatch;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCCatch tree
         0: .line 903
            aload 0 /* this */
            ldc " catch ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 904
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 905
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 906
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 907
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 908
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         7: .line 910
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCCatch tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCCatch;
            6    7     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitConditional(com.sun.tools.javac.tree.JCTree$JCConditional);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCConditional;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCConditional tree
         0: .line 914
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_3
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         1: .line 915
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iconst_4
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         2: .line 916
            aload 0 /* this */
            ldc " ? "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 917
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.truepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 918
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 919
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.falsepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iconst_3
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         6: .line 920
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_3
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
         7: .line 921
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 922
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        10: .line 924
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCConditional tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   11     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCConditional;
            9   10     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitIf(com.sun.tools.javac.tree.JCTree$JCIf);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCIf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
         0: .line 928
            aload 0 /* this */
            ldc "if "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 929
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS: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 4
         2: .line 930
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 931
            goto 7
         4: .line 932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 933
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 934
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 937
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.thenpart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 938
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 15
        10: .line 939
            aload 0 /* this */
            ldc " else "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 940
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        12: .line 942
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 943
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        15: .line 945
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   16     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCIf;
           14   15     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    12      13  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitExec(com.sun.tools.javac.tree.JCTree$JCExpressionStatement);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCExpressionStatement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExpressionStatement tree
         0: .line 949
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExpressionStatement.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 950
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_m1
            if_icmpne 5
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 951
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 952
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 954
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExpressionStatement tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCExpressionStatement;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitBreak(com.sun.tools.javac.tree.JCTree$JCBreak);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBreak;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
         0: .line 958
            aload 0 /* this */
            ldc "break"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 959
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBreak.label:Lcom/sun/tools/javac/util/Name;
            ifnull 2
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBreak.label:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 961
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 962
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 964
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCBreak;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitContinue(com.sun.tools.javac.tree.JCTree$JCContinue);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCContinue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
         0: .line 968
            aload 0 /* this */
            ldc "continue"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 969
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCContinue.label:Lcom/sun/tools/javac/util/Name;
            ifnull 2
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCContinue.label:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 971
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 972
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 974
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCContinue;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitReturn(com.sun.tools.javac.tree.JCTree$JCReturn);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCReturn;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
         0: .line 978
            aload 0 /* this */
            ldc "return"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 979
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 4
         2: .line 980
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 981
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 983
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 984
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 985
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 987
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCReturn;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitThrow(com.sun.tools.javac.tree.JCTree$JCThrow);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCThrow;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
         0: .line 991
            aload 0 /* this */
            ldc "throw "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 992
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCThrow.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 993
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 994
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 995
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 997
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCThrow;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitAssert(com.sun.tools.javac.tree.JCTree$JCAssert);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAssert;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssert tree
         0: .line 1001
            aload 0 /* this */
            ldc "assert "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1002
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1003
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 5
         3: .line 1004
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1005
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 1007
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1008
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1009
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 1011
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssert tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAssert;
            8    9     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitApply(com.sun.tools.javac.tree.JCTree$JCMethodInvocation);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
         0: .line 1015
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 13
         1: .line 1016
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT: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 8
         2: .line 1017
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            astore 2 /* left */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCFieldAccess left
         3: .line 1018
            aload 0 /* this */
            aload 2 /* left */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1019
            aload 0 /* this */
            ldc ".<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1020
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         6: .line 1021
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc ">"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* left */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        end local 2 // com.sun.tools.javac.tree.JCTree$JCFieldAccess left
         7: .line 1022
            goto 14
         8: .line 1023
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1024
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        10: .line 1025
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 1026
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        12: .line 1028
            goto 14
        13: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        14: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 1032
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        16: .line 1033
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 1034
            goto 20
      StackMap locals:
      StackMap stack: java.io.IOException
        18: astore 2 /* e */
        start local 2 // java.io.IOException e
        19: .line 1035
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        20: .line 1037
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   21     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            3    7     2  left  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
           19   20     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    17      18  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
         0: .line 1041
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 3
         1: .line 1042
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1043
            aload 0 /* this */
            ldc "."
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1046
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.typeargs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 8
         5: .line 1047
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1048
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.typeargs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         7: .line 1049
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1051
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 10
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 10
         9: .line 1052
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        10: .line 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        11: .line 1055
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1056
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        13: .line 1057
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1058
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 28
        15: .line 1059
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            astore 2 /* enclClassNamePrev */
        start local 2 // com.sun.tools.javac.util.Name enclClassNamePrev
        16: .line 1060
            aload 0 /* this */
        17: .line 1061
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            ifnull 18
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            goto 21
        18: .line 1062
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.util.Name
      StackMap stack: com.sun.tools.javac.tree.Pretty
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.type:Lcom/sun/tools/javac/code/Type;
            ifnull 20
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.name:Lcom/sun/tools/javac/util/Name;
            getfield com.sun.tools.javac.util.Name.table:Lcom/sun/tools/javac/util/Name$Table;
            getfield com.sun.tools.javac.util.Name$Table.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 20
        19: .line 1063
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.name:Lcom/sun/tools/javac/util/Name;
            goto 21
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.Pretty
        20: aconst_null
        21: .line 1060
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.util.Name
      StackMap stack: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.util.Name
            putfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
        22: .line 1064
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 23
            aload 0 /* this */
            ldc "/*enum*/"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        23: .line 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
        24: .line 1066
            aload 0 /* this */
            aload 2 /* enclClassNamePrev */
            putfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
        end local 2 // com.sun.tools.javac.util.Name enclClassNamePrev
        25: .line 1068
            goto 28
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCNewClass
      StackMap stack: java.io.IOException
        26: astore 2 /* e */
        start local 2 // java.io.IOException e
        27: .line 1069
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        28: .line 1071
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   29     0               this  Lcom/sun/tools/javac/tree/Pretty;
            0   29     1               tree  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
           16   25     2  enclClassNamePrev  Lcom/sun/tools/javac/util/Name;
           27   28     2                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    25      26  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitNewArray(com.sun.tools.javac.tree.JCTree$JCNewArray);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewArray tree
         0: .line 1075
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 23
         1: .line 1076
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1077
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* elem */
        start local 2 // com.sun.tools.javac.tree.JCTree elem
         3: .line 1078
            aload 0 /* this */
            aload 2 /* elem */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1080
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 7
         5: .line 1081
            aload 0 /* this */
            bipush 32
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1082
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
         7: .line 1084
      StackMap locals: com.sun.tools.javac.tree.JCTree
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elems:Lcom/sun/tools/javac/util/List;
            ifnull 9
         8: .line 1085
            aload 0 /* this */
            ldc "[]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1088
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: .line 1089
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.dimAnnotations:Lcom/sun/tools/javac/util/List;
            astore 4 /* da */
        start local 4 // com.sun.tools.javac.util.List da
        11: .line 1090
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.dims:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
        12: goto 21
        13: .line 1091
      StackMap locals: int com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* da */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            iload 3 /* i */
            if_icmple 16
            aload 4 /* da */
            iload 3 /* i */
            invokevirtual com.sun.tools.javac.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 16
        14: .line 1092
            aload 0 /* this */
            bipush 32
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 1093
            aload 0 /* this */
            aload 4 /* da */
            iload 3 /* i */
            invokevirtual com.sun.tools.javac.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        16: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "["
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 1096
            iinc 3 /* i */ 1
        18: .line 1097
            aload 0 /* this */
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        19: .line 1098
            aload 0 /* this */
            ldc "]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1090
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
        21: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 13
        end local 5 // com.sun.tools.javac.util.List l
        22: .line 1100
            aload 0 /* this */
            aload 2 /* elem */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
        end local 4 // com.sun.tools.javac.util.List da
        end local 3 // int i
        end local 2 // com.sun.tools.javac.tree.JCTree elem
        23: .line 1102
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCNewArray
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elems:Lcom/sun/tools/javac/util/List;
            ifnull 30
        24: .line 1103
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        25: .line 1104
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elems:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
        26: .line 1105
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 1107
            goto 30
      StackMap locals:
      StackMap stack: java.io.IOException
        28: astore 2 /* e */
        start local 2 // java.io.IOException e
        29: .line 1108
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        30: .line 1110
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewArray tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   31     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCNewArray;
            3   23     2  elem  Lcom/sun/tools/javac/tree/JCTree;
           10   23     3     i  I
           11   23     4    da  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;>;
           12   22     5     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
           29   30     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    27      28  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=3, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
         0: .line 1114
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1115
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.paramKind:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind.EXPLICIT:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            if_acmpne 4
         2: .line 1116
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         3: .line 1117
            goto 11
         4: .line 1118
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 2 /* sep */
        start local 2 // java.lang.String sep
         5: .line 1119
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCLambda java.lang.String top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 3 /* param */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
         7: .line 1120
            aload 0 /* this */
            aload 2 /* sep */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1121
            aload 0 /* this */
            aload 3 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1122
            ldc ","
            astore 2 /* sep */
        end local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        10: .line 1119
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // java.lang.String sep
        11: .line 1125
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCLambda
      StackMap stack:
            aload 0 /* this */
            ldc ")->"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1126
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.body:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        13: .line 1127
            goto 16
      StackMap locals:
      StackMap stack: java.io.IOException
        14: astore 2 /* e */
        start local 2 // java.io.IOException e
        15: .line 1128
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        16: .line 1130
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0   17     1   tree  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            5   11     2    sep  Ljava/lang/String;
            7   10     3  param  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           15   16     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    13      14  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitParens(com.sun.tools.javac.tree.JCTree$JCParens);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCParens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCParens tree
         0: .line 1134
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1135
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCParens.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1136
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1137
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1138
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 1140
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCParens tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCParens;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitAssign(com.sun.tools.javac.tree.JCTree$JCAssign);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAssign;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssign tree
         0: .line 1144
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_1
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         1: .line 1145
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssign.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iconst_2
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         2: .line 1146
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1147
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssign.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iconst_1
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         4: .line 1148
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_1
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
         5: .line 1149
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1150
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 1152
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssign tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAssign;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public java.lang.String operatorName(com.sun.tools.javac.tree.JCTree$Tag);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$Tag;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$Tag tag
         0: .line 1155
            invokestatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 1 /* tag */
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            tableswitch { // 54 - 81
                   54: 1
                   55: 2
                   56: 3
                   57: 4
                   58: 5
                   59: 6
                   60: 7
                   61: 8
                   62: 9
                   63: 10
                   64: 11
                   65: 18
                   66: 19
                   67: 20
                   68: 12
                   69: 13
                   70: 14
                   71: 15
                   72: 16
                   73: 17
                   74: 21
                   75: 22
                   76: 23
                   77: 24
                   78: 25
                   79: 26
                   80: 27
                   81: 28
              default: 29
          }
         1: .line 1156
      StackMap locals:
      StackMap stack:
            ldc "+"
            areturn
         2: .line 1157
      StackMap locals:
      StackMap stack:
            ldc "-"
            areturn
         3: .line 1158
      StackMap locals:
      StackMap stack:
            ldc "!"
            areturn
         4: .line 1159
      StackMap locals:
      StackMap stack:
            ldc "~"
            areturn
         5: .line 1160
      StackMap locals:
      StackMap stack:
            ldc "++"
            areturn
         6: .line 1161
      StackMap locals:
      StackMap stack:
            ldc "--"
            areturn
         7: .line 1162
      StackMap locals:
      StackMap stack:
            ldc "++"
            areturn
         8: .line 1163
      StackMap locals:
      StackMap stack:
            ldc "--"
            areturn
         9: .line 1164
      StackMap locals:
      StackMap stack:
            ldc "<*nullchk*>"
            areturn
        10: .line 1165
      StackMap locals:
      StackMap stack:
            ldc "||"
            areturn
        11: .line 1166
      StackMap locals:
      StackMap stack:
            ldc "&&"
            areturn
        12: .line 1167
      StackMap locals:
      StackMap stack:
            ldc "=="
            areturn
        13: .line 1168
      StackMap locals:
      StackMap stack:
            ldc "!="
            areturn
        14: .line 1169
      StackMap locals:
      StackMap stack:
            ldc "<"
            areturn
        15: .line 1170
      StackMap locals:
      StackMap stack:
            ldc ">"
            areturn
        16: .line 1171
      StackMap locals:
      StackMap stack:
            ldc "<="
            areturn
        17: .line 1172
      StackMap locals:
      StackMap stack:
            ldc ">="
            areturn
        18: .line 1173
      StackMap locals:
      StackMap stack:
            ldc "|"
            areturn
        19: .line 1174
      StackMap locals:
      StackMap stack:
            ldc "^"
            areturn
        20: .line 1175
      StackMap locals:
      StackMap stack:
            ldc "&"
            areturn
        21: .line 1176
      StackMap locals:
      StackMap stack:
            ldc "<<"
            areturn
        22: .line 1177
      StackMap locals:
      StackMap stack:
            ldc ">>"
            areturn
        23: .line 1178
      StackMap locals:
      StackMap stack:
            ldc ">>>"
            areturn
        24: .line 1179
      StackMap locals:
      StackMap stack:
            ldc "+"
            areturn
        25: .line 1180
      StackMap locals:
      StackMap stack:
            ldc "-"
            areturn
        26: .line 1181
      StackMap locals:
      StackMap stack:
            ldc "*"
            areturn
        27: .line 1182
      StackMap locals:
      StackMap stack:
            ldc "/"
            areturn
        28: .line 1183
      StackMap locals:
      StackMap stack:
            ldc "%"
            areturn
        29: .line 1184
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        end local 1 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   30     1   tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
    MethodParameters:
      Name  Flags
      tag   

  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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssignOp tree
         0: .line 1190
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_2
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         1: .line 1191
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iconst_3
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         2: .line 1192
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCAssignOp.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.noAssignOp:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.Pretty.operatorName:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "= "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1193
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iconst_2
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         4: .line 1194
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iconst_2
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
         5: .line 1195
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1196
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 1198
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssignOp tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAssignOp;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCUnary tree
         0: .line 1202
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCUnary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokestatic com.sun.tools.javac.tree.TreeInfo.opPrec:(Lcom/sun/tools/javac/tree/JCTree$Tag;)I
            istore 2 /* ownprec */
        start local 2 // int ownprec
         1: .line 1203
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCUnary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.Pretty.operatorName:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Ljava/lang/String;
            astore 3 /* opname */
        start local 3 // java.lang.String opname
         2: .line 1204
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         3: .line 1205
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCUnary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.isPostUnaryOp:()Z
            ifne 7
         4: .line 1206
            aload 0 /* this */
            aload 3 /* opname */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1207
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.arg:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         6: .line 1208
            goto 9
         7: .line 1209
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.arg:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         8: .line 1210
            aload 0 /* this */
            aload 3 /* opname */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
        end local 3 // java.lang.String opname
        end local 2 // int ownprec
        10: .line 1213
            goto 13
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCUnary
      StackMap stack: java.io.IOException
        11: astore 2 /* e */
        start local 2 // java.io.IOException e
        12: .line 1214
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        13: .line 1216
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCUnary tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/sun/tools/javac/tree/Pretty;
            0   14     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCUnary;
            1   10     2  ownprec  I
            2   10     3   opname  Ljava/lang/String;
           12   13     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    10      11  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBinary tree
         0: .line 1220
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBinary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokestatic com.sun.tools.javac.tree.TreeInfo.opPrec:(Lcom/sun/tools/javac/tree/JCTree$Tag;)I
            istore 2 /* ownprec */
        start local 2 // int ownprec
         1: .line 1221
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBinary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.Pretty.operatorName:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Ljava/lang/String;
            astore 3 /* opname */
        start local 3 // java.lang.String opname
         2: .line 1222
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         3: .line 1223
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         4: .line 1224
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* opname */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1225
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            iload 2 /* ownprec */
            iconst_1
            iadd
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         6: .line 1226
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            iload 2 /* ownprec */
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
        end local 3 // java.lang.String opname
        end local 2 // int ownprec
         7: .line 1227
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 1228
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        10: .line 1230
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBinary tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/tools/javac/tree/Pretty;
            0   11     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCBinary;
            1    7     2  ownprec  I
            2    7     3   opname  Ljava/lang/String;
            9   10     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeCast(com.sun.tools.javac.tree.JCTree$JCTypeCast);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeCast;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeCast tree
         0: .line 1234
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            bipush 14
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         1: .line 1235
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1236
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.clazz:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1237
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1238
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            bipush 14
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         5: .line 1239
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            bipush 14
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
         6: .line 1240
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1241
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 1243
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeCast tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeCast;
            8    9     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeTest(com.sun.tools.javac.tree.JCTree$JCInstanceOf);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCInstanceOf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCInstanceOf tree
         0: .line 1247
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            bipush 10
            invokevirtual com.sun.tools.javac.tree.Pretty.open:(II)V
         1: .line 1248
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            bipush 10
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         2: .line 1249
            aload 0 /* this */
            ldc " instanceof "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1250
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.clazz:Lcom/sun/tools/javac/tree/JCTree;
            bipush 11
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         4: .line 1251
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            bipush 10
            invokevirtual com.sun.tools.javac.tree.Pretty.close:(II)V
         5: .line 1252
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1253
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 1255
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCInstanceOf tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCInstanceOf;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitIndexed(com.sun.tools.javac.tree.JCTree$JCArrayAccess);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCArrayAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCArrayAccess tree
         0: .line 1259
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCArrayAccess.indexed:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            bipush 15
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         1: .line 1260
            aload 0 /* this */
            ldc "["
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1261
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCArrayAccess.index:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1262
            aload 0 /* this */
            ldc "]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1263
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 1264
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         7: .line 1266
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCArrayAccess tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCArrayAccess;
            6    7     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess tree
         0: .line 1270
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            bipush 15
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         1: .line 1271
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1272
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1273
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 1275
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference tree
         0: .line 1279
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1280
            aload 0 /* this */
            ldc "::"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1281
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 6
         3: .line 1282
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1283
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         5: .line 1284
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.INVOKE:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            if_acmpne 7
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.name:Lcom/sun/tools/javac/util/Name;
            goto 8
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.Pretty
         7: ldc "new"
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCMemberReference
      StackMap stack: com.sun.tools.javac.tree.Pretty java.lang.CharSequence
         8: invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1287
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 1288
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        12: .line 1290
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   13     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
           11   12     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     9      10  Class java.io.IOException
    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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIdent tree
         0: .line 1294
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1295
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1296
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1298
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCIdent tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitLiteral(com.sun.tools.javac.tree.JCTree$JCLiteral);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLiteral;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLiteral tree
         0: .line 1302
            invokestatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:()[I
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.typetag:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iaload
            lookupswitch { // 7
                    2: 9
                    4: 3
                    5: 5
                    6: 1
                    7: 7
                    8: 15
                   19: 19
              default: 21
          }
         1: .line 1304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1305
            goto 25
         3: .line 1307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "L"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1308
            goto 25
         5: .line 1310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "F"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1311
            goto 25
         7: .line 1313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1314
            goto 25
         9: .line 1316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 1318
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            i2c
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
        11: .line 1317
            invokestatic com.sun.tools.javac.util.Convert.quote:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 1319
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 1316
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1320
            goto 25
        15: .line 1322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            iconst_1
            if_icmpne 16
            ldc "true"
            goto 17
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.Pretty
        16: ldc "false"
      StackMap locals: com.sun.tools.javac.tree.Pretty com.sun.tools.javac.tree.JCTree$JCLiteral
      StackMap stack: com.sun.tools.javac.tree.Pretty java.lang.String
        17: invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 1323
            goto 25
        19: .line 1325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1326
            goto 25
        21: .line 1328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic com.sun.tools.javac.util.Convert.quote:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 1331
            goto 25
      StackMap locals:
      StackMap stack: java.io.IOException
        23: astore 2 /* e */
        start local 2 // java.io.IOException e
        24: .line 1332
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        25: .line 1334
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLiteral tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   26     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCLiteral;
           24   25     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    22      23  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeIdent(com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree tree
         0: .line 1338
            invokestatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:()[I
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree.typetag:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iaload
            tableswitch { // 1 - 9
                    1: 1
                    2: 3
                    3: 5
                    4: 9
                    5: 11
                    6: 7
                    7: 13
                    8: 15
                    9: 17
              default: 19
          }
         1: .line 1340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "byte"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1341
            goto 23
         3: .line 1343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "char"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1344
            goto 23
         5: .line 1346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "short"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1347
            goto 23
         7: .line 1349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "int"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1350
            goto 23
         9: .line 1352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "long"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 1353
            goto 23
        11: .line 1355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "float"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1356
            goto 23
        13: .line 1358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "double"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1359
            goto 23
        15: .line 1361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "boolean"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 1362
            goto 23
        17: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "void"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 1365
            goto 23
        19: .line 1367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "error"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1370
            goto 23
      StackMap locals:
      StackMap stack: java.io.IOException
        21: astore 2 /* e */
        start local 2 // java.io.IOException e
        22: .line 1371
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        23: .line 1373
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   24     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree;
           22   23     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    20      21  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeArray(com.sun.tools.javac.tree.JCTree$JCArrayTypeTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCArrayTypeTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCArrayTypeTree tree
         0: .line 1377
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1378
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1379
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1380
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 1382
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCArrayTypeTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCArrayTypeTree;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  private void printBaseElementType(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.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1386
            aload 0 /* this */
            aload 1 /* tree */
            iconst_0
            invokestatic com.sun.tools.javac.tree.TreeInfo.innermostType:(Lcom/sun/tools/javac/tree/JCTree;Z)Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1387
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  private void printBrackets(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1392
            aload 1 /* tree */
            astore 2 /* elem */
        start local 2 // com.sun.tools.javac.tree.JCTree elem
         1: .line 1394
      StackMap locals: com.sun.tools.javac.tree.JCTree
      StackMap stack:
            aload 2 /* elem */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATED_TYPE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 7
         2: .line 1395
            aload 2 /* elem */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            astore 3 /* atype */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType atype
         3: .line 1396
            aload 3 /* atype */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* elem */
         4: .line 1397
            aload 2 /* elem */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 7
         5: .line 1398
            aload 0 /* this */
            bipush 32
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1399
            aload 0 /* this */
            aload 3 /* atype */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        end local 3 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType atype
         7: .line 1402
      StackMap locals:
      StackMap stack:
            aload 2 /* elem */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 11
         8: .line 1403
            aload 0 /* this */
            ldc "[]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1404
            aload 2 /* elem */
            checkcast com.sun.tools.javac.tree.JCTree$JCArrayTypeTree
            getfield com.sun.tools.javac.tree.JCTree$JCArrayTypeTree.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* elem */
        10: .line 1393
            goto 1
        11: .line 1409
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.tree.JCTree elem
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/sun/tools/javac/tree/Pretty;
            0   12     1   tree  Lcom/sun/tools/javac/tree/JCTree;
            1   12     2   elem  Lcom/sun/tools/javac/tree/JCTree;
            3    7     3  atype  Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeApply(com.sun.tools.javac.tree.JCTree$JCTypeApply);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeApply tree
         0: .line 1413
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1414
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1415
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.arguments:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         3: .line 1416
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1417
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 1418
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         7: .line 1420
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeApply tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    8     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;
            6    7     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeUnion(com.sun.tools.javac.tree.JCTree$JCTypeUnion);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeUnion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeUnion tree
         0: .line 1424
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeUnion.alternatives:Lcom/sun/tools/javac/util/List;
            ldc " | "
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;Ljava/lang/String;)V
         1: .line 1425
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1426
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1428
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeUnion tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeUnion;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeIntersection(com.sun.tools.javac.tree.JCTree$JCTypeIntersection);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeIntersection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeIntersection tree
         0: .line 1432
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeIntersection.bounds:Lcom/sun/tools/javac/util/List;
            ldc " & "
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;Ljava/lang/String;)V
         1: .line 1433
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1434
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1436
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeIntersection tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeIntersection;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeParameter(com.sun.tools.javac.tree.JCTree$JCTypeParameter);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tree
         0: .line 1440
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 2
         1: .line 1441
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
         2: .line 1443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1444
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.bounds:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 9
         4: .line 1445
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1446
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.bounds:Lcom/sun/tools/javac/util/List;
            ldc " & "
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;Ljava/lang/String;)V
         6: .line 1448
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1449
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 1451
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;
            8    9     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitWildcard(com.sun.tools.javac.tree.JCTree$JCWildcard);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCWildcard;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCWildcard tree
         0: .line 1456
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWildcard.kind:Lcom/sun/tools/javac/tree/JCTree$TypeBoundKind;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1457
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWildcard.kind:Lcom/sun/tools/javac/tree/JCTree$TypeBoundKind;
            getfield com.sun.tools.javac.tree.JCTree$TypeBoundKind.kind:Lcom/sun/tools/javac/code/BoundKind;
            getstatic com.sun.tools.javac.code.BoundKind.UNBOUND:Lcom/sun/tools/javac/code/BoundKind;
            if_acmpeq 6
         2: .line 1458
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWildcard.inner:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1459
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1460
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 1462
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCWildcard tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCWildcard;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeBoundKind(com.sun.tools.javac.tree.JCTree$TypeBoundKind);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$TypeBoundKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$TypeBoundKind tree
         0: .line 1467
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$TypeBoundKind.kind:Lcom/sun/tools/javac/code/BoundKind;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1468
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1469
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1471
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$TypeBoundKind tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$TypeBoundKind;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitErroneous(com.sun.tools.javac.tree.JCTree$JCErroneous);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCErroneous;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCErroneous tree
         0: .line 1475
            aload 0 /* this */
            ldc "(ERROR)"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1476
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1477
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1479
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCErroneous tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitLetExpr(com.sun.tools.javac.tree.JCTree$LetExpr);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$LetExpr;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$LetExpr tree
         0: .line 1483
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "(let "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$LetExpr.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " in "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$LetExpr.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1484
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1485
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1487
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$LetExpr tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$LetExpr;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitModifiers(com.sun.tools.javac.tree.JCTree$JCModifiers);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCModifiers;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCModifiers mods
         0: .line 1491
            aload 0 /* this */
            aload 1 /* mods */
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printAnnotations:(Lcom/sun/tools/javac/util/List;)V
         1: .line 1492
            aload 0 /* this */
            aload 1 /* mods */
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            invokevirtual com.sun.tools.javac.tree.Pretty.printFlags:(J)V
         2: .line 1493
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1494
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 1496
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCModifiers mods
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  mods  Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      mods  

  public void visitAnnotation(com.sun.tools.javac.tree.JCTree$JCAnnotation);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotation tree
         0: .line 1500
            aload 0 /* this */
            ldc "@"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1501
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotation.annotationType:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1502
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1503
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotation.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         4: .line 1504
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1505
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1506
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 1508
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotation tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    9     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;
            7    8     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitAnnotatedType(com.sun.tools.javac.tree.JCTree$JCAnnotatedType);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType tree
         0: .line 1512
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT: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 7
         1: .line 1513
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            astore 2 /* access */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCFieldAccess access
         2: .line 1514
            aload 0 /* this */
            aload 2 /* access */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            bipush 15
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         3: .line 1515
            aload 0 /* this */
            ldc "."
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1516
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
         5: .line 1517
            aload 0 /* this */
            aload 2 /* access */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        end local 2 // com.sun.tools.javac.tree.JCTree$JCFieldAccess access
         6: .line 1518
            goto 16
      StackMap locals:
      StackMap stack:
         7: aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEARRAY: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 11
         8: .line 1519
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 1520
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 1521
            goto 16
        11: .line 1522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        12: .line 1523
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
        13: .line 1525
            goto 16
      StackMap locals:
      StackMap stack: java.io.IOException
        14: astore 2 /* e */
        start local 2 // java.io.IOException e
        15: .line 1526
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        16: .line 1528
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/sun/tools/javac/tree/Pretty;
            0   17     1    tree  Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;
            2    6     2  access  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
           15   16     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    13      14  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitTree(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.tree.Pretty this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1532
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "(UNKNOWN: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1533
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 1534
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1535
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 1537
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  static int[] $SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 47
            getstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.tree.JCTree$Tag.values:()[Lcom/sun/tools/javac/tree/JCTree$Tag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.AND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 64
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATED_TYPE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 52
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 49
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.APPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 28
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ASSERT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 27
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ASSIGN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 33
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITAND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 67
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITAND_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 84
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITOR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 65
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITOR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 82
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITXOR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 66
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITXOR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 83
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BLOCK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 9
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BREAK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 23
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CASE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 16
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CATCH:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 19
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CLASSDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_5
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.COMPL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 57
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONDEXPR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 20
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONTINUE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 24
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DIV:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 80
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DIV_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 91
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DOLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 10
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EQ:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 68
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ERRONEOUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 53
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EXEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 22
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EXPORTS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 94
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FOREACHLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 13
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FORLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 12
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.GE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 73
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.GT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 71
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 39
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 21
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IMPORT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_4
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.INDEXED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 36
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LABELLED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 14
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LAMBDA:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 31
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 72
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LETEXPR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 99
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LITERAL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 40
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 70
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 6
            iastore
       126: goto 128
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       127: pop
      StackMap locals:
      StackMap stack:
       128: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MINUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 78
            iastore
       129: goto 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       130: pop
      StackMap locals:
      StackMap stack:
       131: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MINUS_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 89
            iastore
       132: goto 134
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       133: pop
      StackMap locals:
      StackMap stack:
       134: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MOD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 81
            iastore
       135: goto 137
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       136: pop
      StackMap locals:
      StackMap stack:
       137: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MODIFIERS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 51
            iastore
       138: goto 140
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       139: pop
      StackMap locals:
      StackMap stack:
       140: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MODULEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 93
            iastore
       141: goto 143
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       142: pop
      StackMap locals:
      StackMap stack:
       143: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MOD_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 92
            iastore
       144: goto 146
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       145: pop
      StackMap locals:
      StackMap stack:
       146: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MUL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 79
            iastore
       147: goto 149
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       148: pop
      StackMap locals:
      StackMap stack:
       149: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MUL_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 90
            iastore
       150: goto 152
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       151: pop
      StackMap locals:
      StackMap stack:
       152: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 69
            iastore
       153: goto 155
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       154: pop
      StackMap locals:
      StackMap stack:
       155: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 55
            iastore
       156: goto 158
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       157: pop
      StackMap locals:
      StackMap stack:
       158: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 30
            iastore
       159: goto 161
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       160: pop
      StackMap locals:
      StackMap stack:
       161: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWCLASS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 29
            iastore
       162: goto 164
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       163: pop
      StackMap locals:
      StackMap stack:
       164: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NOT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 56
            iastore
       165: goto 167
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       166: pop
      StackMap locals:
      StackMap stack:
       167: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NO_TAG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_1
            iastore
       168: goto 170
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       169: pop
      StackMap locals:
      StackMap stack:
       170: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NULLCHK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 62
            iastore
       171: goto 173
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       172: pop
      StackMap locals:
      StackMap stack:
       173: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.OPENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 95
            iastore
       174: goto 176
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       175: pop
      StackMap locals:
      StackMap stack:
       176: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.OR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 63
            iastore
       177: goto 179
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       178: pop
      StackMap locals:
      StackMap stack:
       179: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PACKAGEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_3
            iastore
       180: goto 182
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       181: pop
      StackMap locals:
      StackMap stack:
       182: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 32
            iastore
       183: goto 185
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       184: pop
      StackMap locals:
      StackMap stack:
       185: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PLUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 77
            iastore
       186: goto 188
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       187: pop
      StackMap locals:
      StackMap stack:
       188: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PLUS_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 88
            iastore
       189: goto 191
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       190: pop
      StackMap locals:
      StackMap stack:
       191: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.POS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 54
            iastore
       192: goto 194
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       193: pop
      StackMap locals:
      StackMap stack:
       194: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.POSTDEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 61
            iastore
       195: goto 197
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       196: pop
      StackMap locals:
      StackMap stack:
       197: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.POSTINC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 60
            iastore
       198: goto 200
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       199: pop
      StackMap locals:
      StackMap stack:
       200: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PREDEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 59
            iastore
       201: goto 203
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       202: pop
      StackMap locals:
      StackMap stack:
       203: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PREINC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 58
            iastore
       204: goto 206
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       205: pop
      StackMap locals:
      StackMap stack:
       206: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PROVIDES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 96
            iastore
       207: goto 209
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       208: pop
      StackMap locals:
      StackMap stack:
       209: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.REFERENCE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 38
            iastore
       210: goto 212
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       211: pop
      StackMap locals:
      StackMap stack:
       212: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.REQUIRES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 97
            iastore
       213: goto 215
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       214: pop
      StackMap locals:
      StackMap stack:
       215: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.RETURN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 25
            iastore
       216: goto 218
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       217: pop
      StackMap locals:
      StackMap stack:
       218: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 37
            iastore
       219: goto 221
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       220: pop
      StackMap locals:
      StackMap stack:
       221: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SKIP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 8
            iastore
       222: goto 224
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       223: pop
      StackMap locals:
      StackMap stack:
       224: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 74
            iastore
       225: goto 227
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       226: pop
      StackMap locals:
      StackMap stack:
       227: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SL_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 85
            iastore
       228: goto 230
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       229: pop
      StackMap locals:
      StackMap stack:
       230: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 75
            iastore
       231: goto 233
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       232: pop
      StackMap locals:
      StackMap stack:
       233: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 86
            iastore
       234: goto 236
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       235: pop
      StackMap locals:
      StackMap stack:
       236: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SWITCH:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 15
            iastore
       237: goto 239
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       238: pop
      StackMap locals:
      StackMap stack:
       239: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SYNCHRONIZED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 17
            iastore
       240: goto 242
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       241: pop
      StackMap locals:
      StackMap stack:
       242: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.THROW:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 26
            iastore
       243: goto 245
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       244: pop
      StackMap locals:
      StackMap stack:
       245: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TOPLEVEL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_2
            iastore
       246: goto 248
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       247: pop
      StackMap locals:
      StackMap stack:
       248: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TRY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 18
            iastore
       249: goto 251
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       250: pop
      StackMap locals:
      StackMap stack:
       251: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 43
            iastore
       252: goto 254
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       253: pop
      StackMap locals:
      StackMap stack:
       254: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 42
            iastore
       255: goto 257
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       256: pop
      StackMap locals:
      StackMap stack:
       257: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEBOUNDKIND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 48
            iastore
       258: goto 260
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       259: pop
      StackMap locals:
      StackMap stack:
       260: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPECAST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 34
            iastore
       261: goto 263
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       262: pop
      StackMap locals:
      StackMap stack:
       263: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEIDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 41
            iastore
       264: goto 266
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       265: pop
      StackMap locals:
      StackMap stack:
       266: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEINTERSECTION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 45
            iastore
       267: goto 269
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       268: pop
      StackMap locals:
      StackMap stack:
       269: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEPARAMETER:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 46
            iastore
       270: goto 272
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       271: pop
      StackMap locals:
      StackMap stack:
       272: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPETEST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 35
            iastore
       273: goto 275
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       274: pop
      StackMap locals:
      StackMap stack:
       275: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEUNION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 44
            iastore
       276: goto 278
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       277: pop
      StackMap locals:
      StackMap stack:
       278: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPE_ANNOTATION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 50
            iastore
       279: goto 281
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       280: pop
      StackMap locals:
      StackMap stack:
       281: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.USES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 98
            iastore
       282: goto 284
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       283: pop
      StackMap locals:
      StackMap stack:
       284: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.USR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 76
            iastore
       285: goto 287
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       286: pop
      StackMap locals:
      StackMap stack:
       287: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.USR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 87
            iastore
       288: goto 290
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       289: pop
      StackMap locals:
      StackMap stack:
       290: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 7
            iastore
       291: goto 293
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       292: pop
      StackMap locals:
      StackMap stack:
       293: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.WHILELOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 11
            iastore
       294: goto 296
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       295: pop
      StackMap locals:
      StackMap stack:
       296: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.WILDCARD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 47
            iastore
       297: goto 299
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       298: pop
      StackMap locals:
      StackMap stack:
       299: aload 0
            dup
            putstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
         125   126     127  Class java.lang.NoSuchFieldError
         128   129     130  Class java.lang.NoSuchFieldError
         131   132     133  Class java.lang.NoSuchFieldError
         134   135     136  Class java.lang.NoSuchFieldError
         137   138     139  Class java.lang.NoSuchFieldError
         140   141     142  Class java.lang.NoSuchFieldError
         143   144     145  Class java.lang.NoSuchFieldError
         146   147     148  Class java.lang.NoSuchFieldError
         149   150     151  Class java.lang.NoSuchFieldError
         152   153     154  Class java.lang.NoSuchFieldError
         155   156     157  Class java.lang.NoSuchFieldError
         158   159     160  Class java.lang.NoSuchFieldError
         161   162     163  Class java.lang.NoSuchFieldError
         164   165     166  Class java.lang.NoSuchFieldError
         167   168     169  Class java.lang.NoSuchFieldError
         170   171     172  Class java.lang.NoSuchFieldError
         173   174     175  Class java.lang.NoSuchFieldError
         176   177     178  Class java.lang.NoSuchFieldError
         179   180     181  Class java.lang.NoSuchFieldError
         182   183     184  Class java.lang.NoSuchFieldError
         185   186     187  Class java.lang.NoSuchFieldError
         188   189     190  Class java.lang.NoSuchFieldError
         191   192     193  Class java.lang.NoSuchFieldError
         194   195     196  Class java.lang.NoSuchFieldError
         197   198     199  Class java.lang.NoSuchFieldError
         200   201     202  Class java.lang.NoSuchFieldError
         203   204     205  Class java.lang.NoSuchFieldError
         206   207     208  Class java.lang.NoSuchFieldError
         209   210     211  Class java.lang.NoSuchFieldError
         212   213     214  Class java.lang.NoSuchFieldError
         215   216     217  Class java.lang.NoSuchFieldError
         218   219     220  Class java.lang.NoSuchFieldError
         221   222     223  Class java.lang.NoSuchFieldError
         224   225     226  Class java.lang.NoSuchFieldError
         227   228     229  Class java.lang.NoSuchFieldError
         230   231     232  Class java.lang.NoSuchFieldError
         233   234     235  Class java.lang.NoSuchFieldError
         236   237     238  Class java.lang.NoSuchFieldError
         239   240     241  Class java.lang.NoSuchFieldError
         242   243     244  Class java.lang.NoSuchFieldError
         245   246     247  Class java.lang.NoSuchFieldError
         248   249     250  Class java.lang.NoSuchFieldError
         251   252     253  Class java.lang.NoSuchFieldError
         254   255     256  Class java.lang.NoSuchFieldError
         257   258     259  Class java.lang.NoSuchFieldError
         260   261     262  Class java.lang.NoSuchFieldError
         263   264     265  Class java.lang.NoSuchFieldError
         266   267     268  Class java.lang.NoSuchFieldError
         269   270     271  Class java.lang.NoSuchFieldError
         272   273     274  Class java.lang.NoSuchFieldError
         275   276     277  Class java.lang.NoSuchFieldError
         278   279     280  Class java.lang.NoSuchFieldError
         281   282     283  Class java.lang.NoSuchFieldError
         284   285     286  Class java.lang.NoSuchFieldError
         287   288     289  Class java.lang.NoSuchFieldError
         290   291     292  Class java.lang.NoSuchFieldError
         293   294     295  Class java.lang.NoSuchFieldError
         296   297     298  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 47
            getstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.TypeTag.values:()[Lcom/sun/tools/javac/code/TypeTag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 11
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 8
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 19
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BYTE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CHAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 10
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DEFERRED:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 18
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 21
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FLOAT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 17
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 6
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_4
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 12
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.MODULE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 14
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 20
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.PACKAGE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 13
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.SHORT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_3
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 15
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNDETVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 23
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_OBJECT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 25
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_THIS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 24
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNKNOWN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 22
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 9
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.WILDCARD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 16
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            dup
            putstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
}
SourceFile: "Pretty.java"
NestMembers:
  com.sun.tools.javac.tree.Pretty$1UsedVisitor  com.sun.tools.javac.tree.Pretty$UncheckedIOException
InnerClasses:
  public final ReferenceMode = com.sun.source.tree.MemberReferenceTree$ReferenceMode of com.sun.source.tree.MemberReferenceTree
  public final ModuleKind = com.sun.source.tree.ModuleTree$ModuleKind of com.sun.source.tree.ModuleTree
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public JCAnnotatedType = com.sun.tools.javac.tree.JCTree$JCAnnotatedType of com.sun.tools.javac.tree.JCTree
  public JCAnnotation = com.sun.tools.javac.tree.JCTree$JCAnnotation of com.sun.tools.javac.tree.JCTree
  public JCArrayAccess = com.sun.tools.javac.tree.JCTree$JCArrayAccess of com.sun.tools.javac.tree.JCTree
  public JCArrayTypeTree = com.sun.tools.javac.tree.JCTree$JCArrayTypeTree of com.sun.tools.javac.tree.JCTree
  public JCAssert = com.sun.tools.javac.tree.JCTree$JCAssert of com.sun.tools.javac.tree.JCTree
  public JCAssign = com.sun.tools.javac.tree.JCTree$JCAssign of com.sun.tools.javac.tree.JCTree
  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 JCBlock = com.sun.tools.javac.tree.JCTree$JCBlock of com.sun.tools.javac.tree.JCTree
  public JCBreak = com.sun.tools.javac.tree.JCTree$JCBreak of com.sun.tools.javac.tree.JCTree
  public JCCase = com.sun.tools.javac.tree.JCTree$JCCase of com.sun.tools.javac.tree.JCTree
  public JCCatch = com.sun.tools.javac.tree.JCTree$JCCatch of com.sun.tools.javac.tree.JCTree
  public JCClassDecl = com.sun.tools.javac.tree.JCTree$JCClassDecl of com.sun.tools.javac.tree.JCTree
  public JCCompilationUnit = com.sun.tools.javac.tree.JCTree$JCCompilationUnit of com.sun.tools.javac.tree.JCTree
  public JCConditional = com.sun.tools.javac.tree.JCTree$JCConditional of com.sun.tools.javac.tree.JCTree
  public JCContinue = com.sun.tools.javac.tree.JCTree$JCContinue of com.sun.tools.javac.tree.JCTree
  public JCDoWhileLoop = com.sun.tools.javac.tree.JCTree$JCDoWhileLoop of com.sun.tools.javac.tree.JCTree
  public JCEnhancedForLoop = com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop of com.sun.tools.javac.tree.JCTree
  public JCErroneous = com.sun.tools.javac.tree.JCTree$JCErroneous of com.sun.tools.javac.tree.JCTree
  public JCExports = com.sun.tools.javac.tree.JCTree$JCExports 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 JCExpressionStatement = com.sun.tools.javac.tree.JCTree$JCExpressionStatement of com.sun.tools.javac.tree.JCTree
  public JCFieldAccess = com.sun.tools.javac.tree.JCTree$JCFieldAccess of com.sun.tools.javac.tree.JCTree
  public JCForLoop = com.sun.tools.javac.tree.JCTree$JCForLoop of com.sun.tools.javac.tree.JCTree
  public JCIdent = com.sun.tools.javac.tree.JCTree$JCIdent of com.sun.tools.javac.tree.JCTree
  public JCIf = com.sun.tools.javac.tree.JCTree$JCIf of com.sun.tools.javac.tree.JCTree
  public JCImport = com.sun.tools.javac.tree.JCTree$JCImport of com.sun.tools.javac.tree.JCTree
  public JCInstanceOf = com.sun.tools.javac.tree.JCTree$JCInstanceOf of com.sun.tools.javac.tree.JCTree
  public JCLabeledStatement = com.sun.tools.javac.tree.JCTree$JCLabeledStatement of com.sun.tools.javac.tree.JCTree
  public JCLambda = com.sun.tools.javac.tree.JCTree$JCLambda of com.sun.tools.javac.tree.JCTree
  public final ParameterKind = com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind of com.sun.tools.javac.tree.JCTree$JCLambda
  public JCLiteral = com.sun.tools.javac.tree.JCTree$JCLiteral 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 JCMethodInvocation = com.sun.tools.javac.tree.JCTree$JCMethodInvocation of com.sun.tools.javac.tree.JCTree
  public JCModifiers = com.sun.tools.javac.tree.JCTree$JCModifiers of com.sun.tools.javac.tree.JCTree
  public JCModuleDecl = com.sun.tools.javac.tree.JCTree$JCModuleDecl of com.sun.tools.javac.tree.JCTree
  public JCNewArray = com.sun.tools.javac.tree.JCTree$JCNewArray of com.sun.tools.javac.tree.JCTree
  public JCNewClass = com.sun.tools.javac.tree.JCTree$JCNewClass of com.sun.tools.javac.tree.JCTree
  public JCOpens = com.sun.tools.javac.tree.JCTree$JCOpens of com.sun.tools.javac.tree.JCTree
  public JCPackageDecl = com.sun.tools.javac.tree.JCTree$JCPackageDecl of com.sun.tools.javac.tree.JCTree
  public JCParens = com.sun.tools.javac.tree.JCTree$JCParens of com.sun.tools.javac.tree.JCTree
  public JCPrimitiveTypeTree = com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree of com.sun.tools.javac.tree.JCTree
  public JCProvides = com.sun.tools.javac.tree.JCTree$JCProvides of com.sun.tools.javac.tree.JCTree
  public JCRequires = com.sun.tools.javac.tree.JCTree$JCRequires of com.sun.tools.javac.tree.JCTree
  public JCReturn = com.sun.tools.javac.tree.JCTree$JCReturn of com.sun.tools.javac.tree.JCTree
  public JCSkip = com.sun.tools.javac.tree.JCTree$JCSkip 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 JCSwitch = com.sun.tools.javac.tree.JCTree$JCSwitch of com.sun.tools.javac.tree.JCTree
  public JCSynchronized = com.sun.tools.javac.tree.JCTree$JCSynchronized of com.sun.tools.javac.tree.JCTree
  public JCThrow = com.sun.tools.javac.tree.JCTree$JCThrow of com.sun.tools.javac.tree.JCTree
  public JCTry = com.sun.tools.javac.tree.JCTree$JCTry of com.sun.tools.javac.tree.JCTree
  public JCTypeApply = com.sun.tools.javac.tree.JCTree$JCTypeApply of com.sun.tools.javac.tree.JCTree
  public JCTypeCast = com.sun.tools.javac.tree.JCTree$JCTypeCast of com.sun.tools.javac.tree.JCTree
  public JCTypeIntersection = com.sun.tools.javac.tree.JCTree$JCTypeIntersection of com.sun.tools.javac.tree.JCTree
  public JCTypeParameter = com.sun.tools.javac.tree.JCTree$JCTypeParameter of com.sun.tools.javac.tree.JCTree
  public JCTypeUnion = com.sun.tools.javac.tree.JCTree$JCTypeUnion of com.sun.tools.javac.tree.JCTree
  public JCUnary = com.sun.tools.javac.tree.JCTree$JCUnary of com.sun.tools.javac.tree.JCTree
  public JCUses = com.sun.tools.javac.tree.JCTree$JCUses of com.sun.tools.javac.tree.JCTree
  public JCVariableDecl = com.sun.tools.javac.tree.JCTree$JCVariableDecl of com.sun.tools.javac.tree.JCTree
  public JCWhileLoop = com.sun.tools.javac.tree.JCTree$JCWhileLoop of com.sun.tools.javac.tree.JCTree
  public JCWildcard = com.sun.tools.javac.tree.JCTree$JCWildcard of com.sun.tools.javac.tree.JCTree
  public LetExpr = com.sun.tools.javac.tree.JCTree$LetExpr 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 TypeBoundKind = com.sun.tools.javac.tree.JCTree$TypeBoundKind of com.sun.tools.javac.tree.JCTree
  public abstract Visitor = com.sun.tools.javac.tree.JCTree$Visitor of com.sun.tools.javac.tree.JCTree
  UsedVisitor = com.sun.tools.javac.tree.Pretty$1UsedVisitor
  private UncheckedIOException = com.sun.tools.javac.tree.Pretty$UncheckedIOException of com.sun.tools.javac.tree.Pretty
  public abstract Table = com.sun.tools.javac.util.Name$Table of com.sun.tools.javac.util.Name