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 50
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.JCTree$Visitor.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_4
            putfield com.sun.tools.javac.tree.Pretty.width:I
         2: .line 72
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.tree.Pretty.lmargin:I
         3: .line 81
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
         4: .line 168
            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 51
            aload 0 /* this */
            aload 1 /* out */
            putfield com.sun.tools.javac.tree.Pretty.out:Ljava/io/Writer;
         6: .line 52
            aload 0 /* this */
            iload 2 /* sourceOutput */
            putfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
         7: .line 53
            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 97
            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 98
            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 103
            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 104
            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 109
            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 110
            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 118
            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 119
      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 127
            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 128
      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 133
            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 134
            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 139
            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 140
            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 143
            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 147
            new java.io.StringWriter
            dup
            invokespecial java.io.StringWriter.<init>:()V
            astore 2 /* s */
        start local 2 // java.io.StringWriter s
         1: .line 149
            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 150
            goto 5
         3: .line 151
      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 154
            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 158
      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 159
            aload 3 /* res */
            invokevirtual java.lang.String.length:()I
            iload 1 /* maxLength */
            if_icmpge 8
         7: .line 160
            aload 3 /* res */
            areturn
         8: .line 162
      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 163
            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 164
            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 190
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.prec:I
            istore 3 /* prevPrec */
        start local 3 // int prevPrec
         1: .line 192
            aload 0 /* this */
            iload 2 /* prec */
            putfield com.sun.tools.javac.tree.Pretty.prec:I
         2: .line 193
            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 195
      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 197
            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 198
            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 199
            aload 5 /* e */
            aload 4 /* ex */
            invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         8: .line 200
            aload 5 /* e */
            athrow
        end local 5 // java.io.IOException e
        end local 4 // com.sun.tools.javac.tree.Pretty$UncheckedIOException ex
         9: .line 201
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        10: .line 202
            aload 0 /* this */
            iload 3 /* prevPrec */
            putfield com.sun.tools.javac.tree.Pretty.prec:I
        11: .line 203
            aload 6
            athrow
        12: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* prevPrec */
            putfield com.sun.tools.javac.tree.Pretty.prec:I
        13: .line 204
            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 210
            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 211
            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 216
            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 217
            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 223
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 8
         1: .line 224
            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 225
            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 226
      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 227
            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 225
            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 230
      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 235
            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 236
            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 241
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 6
         2: .line 242
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         3: .line 243
            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 244
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         5: .line 241
            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 246
            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 251
            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 252
      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 253
            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 254
      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 255
      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 258
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 6
         2: .line 259
      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 260
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         4: .line 261
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         5: .line 258
            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 263
            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 266
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 5
         2: .line 267
      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 268
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 266
            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 270
            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 276
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            ifnull 16
         1: .line 277
            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 278
            aload 2 /* dc */
            ifnull 16
         3: .line 279
            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 280
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 281
            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 282
            goto 13
         7: .line 283
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         8: .line 284
            aload 0 /* this */
            ldc " *"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 285
            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 286
      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 287
            iload 4 /* endpos */
            iconst_1
            iadd
            istore 3 /* pos */
        12: .line 288
            aload 2 /* dc */
            iload 3 /* pos */
            invokestatic com.sun.tools.javac.tree.Pretty.lineEndPos:(Ljava/lang/String;I)I
            istore 4 /* endpos */
        13: .line 282
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            aload 2 /* dc */
            invokevirtual java.lang.String.length:()I
            if_icmplt 7
        14: .line 290
            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 291
            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 294
      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 297
            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 298
            iload 2 /* pos */
            ifge 2
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* pos */
         2: .line 299
      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 306
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 4
         1: .line 307
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 308
            aload 0 /* this */
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         3: .line 309
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 311
      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 316
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 317
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 318
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         3: .line 319
            aload 0 /* this */
            aload 1 /* stats */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStats:(Lcom/sun/tools/javac/util/List;)V
         4: .line 320
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
         5: .line 321
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         6: .line 322
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 323
            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 328
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 329
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 330
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         3: .line 331
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 332
            aload 1 /* stats */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
         5: goto 14
         6: .line 333
      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 334
            iload 2 /* first */
            ifne 10
         8: .line 335
            aload 0 /* this */
            ldc ","
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 336
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        10: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 339
            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 340
            iconst_0
            istore 2 /* first */
        13: .line 332
      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 343
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 344
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        17: .line 345
            aload 1 /* stats */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
        18: goto 24
        19: .line 346
      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 347
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        21: .line 348
            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 349
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        23: .line 345
      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 352
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
        26: .line 353
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        27: .line 354
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        28: .line 355
            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 359
            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 370
            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 371
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 373
            iconst_1
            istore 3 /* firstImport */
        start local 3 // boolean firstImport
         3: .line 374
            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 375
            goto 18
         5: .line 379
      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 380
            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 381
            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 382
            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 383
            aload 2 /* cdef */
            ifnull 11
        10: .line 384
            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 385
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCImport com.sun.tools.javac.util.Name
      StackMap stack:
            iload 3 /* firstImport */
            ifeq 14
        12: .line 386
            iconst_0
            istore 3 /* firstImport */
        13: .line 387
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        14: .line 389
      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 391
            goto 17
        16: .line 392
      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 378
      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 375
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
        19: .line 376
            aload 2 /* cdef */
            ifnull 5
        20: .line 377
            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 395
      StackMap locals:
      StackMap stack:
            aload 2 /* cdef */
            ifnull 24
        22: .line 396
            aload 0 /* this */
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        23: .line 397
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        24: .line 399
      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 411
            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 412
            aload 3 /* v */
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty$1UsedVisitor.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 413
            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 422
            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 423
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 424
            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 426
      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 430
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 431
            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 432
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.pid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 10
         3: .line 433
            aload 0 /* this */
            ldc "package "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 434
            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 435
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 436
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         7: .line 438
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 439
            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 441
      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 446
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 447
            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 448
            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 449
            aload 0 /* this */
            ldc "open "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "module "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 452
            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 453
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.directives:Lcom/sun/tools/javac/util/List;
            ifnonnull 9
         7: .line 454
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 455
            goto 10
         9: .line 456
      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 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        11: .line 459
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 460
            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 462
      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 467
            aload 0 /* this */
            ldc "exports "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 468
            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 469
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExports.moduleNames:Lcom/sun/tools/javac/util/List;
            ifnull 5
         3: .line 470
            aload 0 /* this */
            ldc " to "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 471
            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 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 474
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 475
            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 477
      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 482
            aload 0 /* this */
            ldc "opens "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 483
            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 484
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCOpens.moduleNames:Lcom/sun/tools/javac/util/List;
            ifnull 5
         3: .line 485
            aload 0 /* this */
            ldc " to "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 486
            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 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 489
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 490
            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 492
      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 497
            aload 0 /* this */
            ldc "provides "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 498
            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 499
            aload 0 /* this */
            ldc " with "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 500
            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 501
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 502
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 503
            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 505
      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 510
            aload 0 /* this */
            ldc "requires "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 511
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.isStaticPhase:Z
            ifeq 3
         2: .line 512
            aload 0 /* this */
            ldc "static "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 513
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.isTransitive:Z
            ifeq 5
         4: .line 514
            aload 0 /* this */
            ldc "transitive "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 515
      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 516
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 517
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 518
            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 520
      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 525
            aload 0 /* this */
            ldc "uses "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 526
            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 527
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 528
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 529
            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 531
      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 535
            aload 0 /* this */
            ldc "import "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 536
            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 537
      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 538
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 539
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         5: .line 540
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 541
            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 543
      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 547
            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 548
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .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.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printAnnotations:(Lcom/sun/tools/javac/util/List;)V
         3: .line 550
            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 551
            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 552
            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 553
            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 554
            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 555
            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 556
            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 557
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 558
            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 560
            goto 23
        13: .line 561
      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 562
            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 564
      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 565
      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 566
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 20
        18: .line 567
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        19: .line 568
            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 570
      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 571
            aload 0 /* this */
            ldc " implements "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 572
            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 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        24: .line 576
            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 577
            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 578
            goto 28
        27: .line 579
      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 581
      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 582
            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 583
            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 585
      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 590
            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 591
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            ifnonnull 4
         2: .line 592
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
            ifeq 4
         3: return
         4: .line 593
      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 594
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 595
            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 596
            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 597
            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 598
            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 599
            goto 15
        13: .line 600
      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 601
            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 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 604
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            ifnull 20
        17: .line 605
            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 606
            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 607
            aload 0 /* this */
            ldc ", "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 610
      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 611
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 612
            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 613
            aload 0 /* this */
            ldc " throws "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        24: .line 614
            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 616
      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 617
            aload 0 /* this */
            ldc " default "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 618
            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 620
      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 621
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        30: .line 622
            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 623
            goto 36
        32: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        33: .line 626
            goto 36
      StackMap locals:
      StackMap stack: java.io.IOException
        34: astore 2 /* e */
        start local 2 // java.io.IOException e
        35: .line 627
            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 629
      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 633
            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 634
            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 636
      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 637
            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 638
            aload 0 /* this */
            ldc "/*public static final*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 639
            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 640
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 63
         7: .line 641
            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 642
            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 643
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
            ifeq 19
        10: .line 644
            aload 0 /* this */
            ldc " /*enum*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 645
            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 646
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        13: .line 647
            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 648
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 650
      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 651
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 652
            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 654
      StackMap locals:
      StackMap stack:
            return
        19: .line 656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " /* = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 657
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        21: .line 658
            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 659
            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 661
      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 662
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        25: .line 663
            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 664
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 665
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        28: .line 666
            aload 0 /* this */
            ldc " /*enum*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        29: .line 667
            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 668
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        31: .line 669
            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 670
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        33: .line 672
      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 673
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        35: .line 674
            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 676
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$JCNewClass init
        37: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " /* = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        38: .line 680
            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 681
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        40: .line 683
            goto 63
        41: .line 684
      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 685
            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 686
            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 687
            aconst_null
            astore 3 /* tas */
        start local 3 // com.sun.tools.javac.util.List tas
        45: .line 688
            aload 2 /* vartype */
            instanceof com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            ifeq 48
        46: .line 689
            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 690
            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 692
      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 693
            aload 3 /* tas */
            ifnull 52
        50: .line 694
            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 695
            aload 0 /* this */
            aload 3 /* tas */
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        52: .line 697
      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 698
            goto 56
        54: .line 699
      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 700
            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 702
      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 703
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        58: .line 704
            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 706
      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 708
            goto 63
      StackMap locals:
      StackMap stack: java.io.IOException
        61: astore 2 /* e */
        start local 2 // java.io.IOException e
        62: .line 709
            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 711
      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 715
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 716
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 717
            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 719
      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 723
            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 724
            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 725
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 726
            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 728
      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 732
            aload 0 /* this */
            ldc "do "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 733
            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 734
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         3: .line 735
            aload 0 /* this */
            ldc " while "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 736
            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 737
            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 738
            goto 10
         7: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 740
            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 741
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 744
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 745
            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 747
      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 751
            aload 0 /* this */
            ldc "while "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 752
            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 753
            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 754
            goto 7
         4: .line 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 756
            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 757
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 760
            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 761
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 762
            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 764
      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 768
            aload 0 /* this */
            ldc "for ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 769
            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 770
            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 771
            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 772
            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 773
      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 774
            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 775
            aload 3 /* vdef */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 11
         9: .line 776
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 777
            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 772
      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 780
            goto 15
        14: .line 781
      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 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "; "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 785
            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 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "; "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 787
            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 788
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 789
            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 790
            goto 24
      StackMap locals:
      StackMap stack: java.io.IOException
        22: astore 2 /* e */
        start local 2 // java.io.IOException e
        23: .line 791
            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 793
      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 797
            aload 0 /* this */
            ldc "for ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 798
            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 799
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 800
            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 801
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 802
            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 803
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 804
            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 806
      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 810
            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 811
            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 812
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 813
            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 815
      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 819
            aload 0 /* this */
            ldc "switch "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 820
            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 821
            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 822
            goto 7
         4: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 824
            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 825
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " {"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 828
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         9: .line 829
            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 830
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 831
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 832
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 833
            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 835
      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 839
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 3
         1: .line 840
            aload 0 /* this */
            ldc "default"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 841
            goto 5
         3: .line 842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "case "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 843
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         5: .line 845
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.caseKind:Lcom/sun/source/tree/CaseTree$CaseKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCCase.STATEMENT:Lcom/sun/source/tree/CaseTree$CaseKind;
            if_acmpne 13
         6: .line 846
            aload 0 /* this */
            ldc ":"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 847
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         8: .line 848
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         9: .line 849
            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
        10: .line 850
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
        11: .line 851
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        12: .line 852
            goto 18
        13: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " -> "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 854
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats: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.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        15: .line 856
            goto 18
      StackMap locals:
      StackMap stack: java.io.IOException
        16: astore 2 /* e */
        start local 2 // java.io.IOException e
        17: .line 857
            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
        18: .line 859
      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   19     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   19     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCCase;
           17   18     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    15      16  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  public void visitSwitchExpression(com.sun.tools.javac.tree.JCTree$JCSwitchExpression);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;)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$JCSwitchExpression tree
         0: .line 863
            aload 0 /* this */
            ldc "switch "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 864
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.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 865
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.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 866
            goto 7
         4: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 868
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.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 869
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " {"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 872
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         9: .line 873
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.cases:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printStats:(Lcom/sun/tools/javac/util/List;)V
        10: .line 874
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 875
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 876
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 877
            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 879
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression 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$JCSwitchExpression;
           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 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 883
            aload 0 /* this */
            ldc "synchronized "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 884
            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 885
            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 886
            goto 7
         4: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 888
            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 889
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 892
            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 893
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 894
            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 896
      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 900
            aload 0 /* this */
            ldc "try "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 901
            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 902
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 903
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 904
            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 905
            iload 2 /* first */
            ifne 9
         7: .line 906
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         8: .line 907
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         9: .line 909
      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 910
            iconst_0
            istore 2 /* first */
        end local 3 // com.sun.tools.javac.tree.JCTree var
        11: .line 904
      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 912
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        end local 2 // boolean first
        13: .line 914
      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 915
            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 916
      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 915
            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 918
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 25
        20: .line 919
            aload 0 /* this */
            ldc " finally "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        21: .line 920
            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 922
            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 923
            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 925
      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 929
            aload 0 /* this */
            ldc " catch ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 930
            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 931
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 932
            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 933
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 934
            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 936
      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 940
            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 941
            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 942
            aload 0 /* this */
            ldc " ? "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 943
            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 944
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 945
            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 946
            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 947
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 948
            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 950
      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 954
            aload 0 /* this */
            ldc "if "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 955
            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 956
            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 957
            goto 7
         4: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 959
            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 960
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 963
            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 964
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 15
        10: .line 965
            aload 0 /* this */
            ldc " else "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 966
            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 968
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 969
            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 971
      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 975
            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 976
            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 977
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 978
            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 980
      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 984
            aload 0 /* this */
            ldc "break"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 985
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBreak.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            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.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            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 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 987
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 988
            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 990
      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 994
            aload 0 /* this */
            ldc "continue"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 995
            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 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 997
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 998
            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 1000
      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 1004
            aload 0 /* this */
            ldc "return"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1005
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 4
         2: .line 1006
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1007
            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 1009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1010
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1011
            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 1013
      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 1017
            aload 0 /* this */
            ldc "throw "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1018
            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 1019
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1020
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1021
            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 1023
      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 1027
            aload 0 /* this */
            ldc "assert "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1028
            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 1029
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 5
         3: .line 1030
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1031
            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 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1034
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .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
         9: .line 1037
      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 1041
            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 1042
            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 1043
            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 1044
            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 1045
            aload 0 /* this */
            ldc ".<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1046
            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 1047
            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 1048
            goto 14
         8: .line 1049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1050
            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 1051
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 1052
            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 1054
            goto 14
        13: .line 1055
      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 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 1058
            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 1059
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 1060
            goto 20
      StackMap locals:
      StackMap stack: java.io.IOException
        18: astore 2 /* e */
        start local 2 // java.io.IOException e
        19: .line 1061
            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 1063
      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 1067
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 3
         1: .line 1068
            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 1069
            aload 0 /* this */
            ldc "."
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1072
            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 1073
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1074
            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 1075
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1077
      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 1078
            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 1080
      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 1081
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1082
            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 1083
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1084
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 28
        15: .line 1085
            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 1086
            aload 0 /* this */
        17: .line 1087
            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 1088
      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 1089
            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 1086
      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 1090
            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 1091
      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 1092
            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 1094
            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 1095
            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 1097
      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 1101
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 23
         1: .line 1102
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1103
            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 1104
            aload 0 /* this */
            aload 2 /* elem */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1106
            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 1107
            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 1108
            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 1110
      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 1111
            aload 0 /* this */
            ldc "[]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1114
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: .line 1115
            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 1116
            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 1117
      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 1118
            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 1119
            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 1121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "["
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 1122
            iinc 3 /* i */ 1
        18: .line 1123
            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 1124
            aload 0 /* this */
            ldc "]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1116
            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 1126
            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 1128
      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 1129
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        25: .line 1130
            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 1131
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 1133
            goto 30
      StackMap locals:
      StackMap stack: java.io.IOException
        28: astore 2 /* e */
        start local 2 // java.io.IOException e
        29: .line 1134
            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 1136
      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 1140
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1141
            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 1142
            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 1143
            goto 11
         4: .line 1144
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 2 /* sep */
        start local 2 // java.lang.String sep
         5: .line 1145
            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 1146
            aload 0 /* this */
            aload 2 /* sep */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1147
            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 1148
            ldc ","
            astore 2 /* sep */
        end local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        10: .line 1145
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // java.lang.String sep
        11: .line 1151
      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 1152
            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 1153
            goto 16
      StackMap locals:
      StackMap stack: java.io.IOException
        14: astore 2 /* e */
        start local 2 // java.io.IOException e
        15: .line 1154
            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 1156
      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 1160
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1161
            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 1162
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1163
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1164
            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 1166
      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 1170
            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 1171
            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 1172
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1173
            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 1174
            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 1175
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1176
            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 1178
      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 1181
            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 { // 55 - 82
                   55: 1
                   56: 2
                   57: 3
                   58: 4
                   59: 5
                   60: 6
                   61: 7
                   62: 8
                   63: 9
                   64: 10
                   65: 11
                   66: 18
                   67: 19
                   68: 20
                   69: 12
                   70: 13
                   71: 14
                   72: 15
                   73: 16
                   74: 17
                   75: 21
                   76: 22
                   77: 23
                   78: 24
                   79: 25
                   80: 26
                   81: 27
                   82: 28
              default: 29
          }
         1: .line 1182
      StackMap locals:
      StackMap stack:
            ldc "+"
            areturn
         2: .line 1183
      StackMap locals:
      StackMap stack:
            ldc "-"
            areturn
         3: .line 1184
      StackMap locals:
      StackMap stack:
            ldc "!"
            areturn
         4: .line 1185
      StackMap locals:
      StackMap stack:
            ldc "~"
            areturn
         5: .line 1186
      StackMap locals:
      StackMap stack:
            ldc "++"
            areturn
         6: .line 1187
      StackMap locals:
      StackMap stack:
            ldc "--"
            areturn
         7: .line 1188
      StackMap locals:
      StackMap stack:
            ldc "++"
            areturn
         8: .line 1189
      StackMap locals:
      StackMap stack:
            ldc "--"
            areturn
         9: .line 1190
      StackMap locals:
      StackMap stack:
            ldc "<*nullchk*>"
            areturn
        10: .line 1191
      StackMap locals:
      StackMap stack:
            ldc "||"
            areturn
        11: .line 1192
      StackMap locals:
      StackMap stack:
            ldc "&&"
            areturn
        12: .line 1193
      StackMap locals:
      StackMap stack:
            ldc "=="
            areturn
        13: .line 1194
      StackMap locals:
      StackMap stack:
            ldc "!="
            areturn
        14: .line 1195
      StackMap locals:
      StackMap stack:
            ldc "<"
            areturn
        15: .line 1196
      StackMap locals:
      StackMap stack:
            ldc ">"
            areturn
        16: .line 1197
      StackMap locals:
      StackMap stack:
            ldc "<="
            areturn
        17: .line 1198
      StackMap locals:
      StackMap stack:
            ldc ">="
            areturn
        18: .line 1199
      StackMap locals:
      StackMap stack:
            ldc "|"
            areturn
        19: .line 1200
      StackMap locals:
      StackMap stack:
            ldc "^"
            areturn
        20: .line 1201
      StackMap locals:
      StackMap stack:
            ldc "&"
            areturn
        21: .line 1202
      StackMap locals:
      StackMap stack:
            ldc "<<"
            areturn
        22: .line 1203
      StackMap locals:
      StackMap stack:
            ldc ">>"
            areturn
        23: .line 1204
      StackMap locals:
      StackMap stack:
            ldc ">>>"
            areturn
        24: .line 1205
      StackMap locals:
      StackMap stack:
            ldc "+"
            areturn
        25: .line 1206
      StackMap locals:
      StackMap stack:
            ldc "-"
            areturn
        26: .line 1207
      StackMap locals:
      StackMap stack:
            ldc "*"
            areturn
        27: .line 1208
      StackMap locals:
      StackMap stack:
            ldc "/"
            areturn
        28: .line 1209
      StackMap locals:
      StackMap stack:
            ldc "%"
            areturn
        29: .line 1210
      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 1216
            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 1217
            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 1218
            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 1219
            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 1220
            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 1221
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1222
            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 1224
      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 1228
            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 1229
            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 1230
            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 1231
            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 1232
            aload 0 /* this */
            aload 3 /* opname */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1233
            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 1234
            goto 9
         7: .line 1235
      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 1236
            aload 0 /* this */
            aload 3 /* opname */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1238
      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 1239
            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 1240
            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 1242
      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 1246
            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 1247
            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 1248
            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 1249
            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 1250
            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 1251
            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 1252
            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 1253
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 1254
            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 1256
      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 1260
            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 1261
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1262
            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 1263
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1264
            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 1265
            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 1266
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1267
            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 1269
      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 1273
            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 1274
            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 1275
            aload 0 /* this */
            ldc " instanceof "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1276
            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 1277
            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 1278
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1279
            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 1281
      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 1285
            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 1286
            aload 0 /* this */
            ldc "["
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1287
            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 1288
            aload 0 /* this */
            ldc "]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1289
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 1290
            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 1292
      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 1296
            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 1297
            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 1298
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1299
            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 1301
      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 1305
            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 1306
            aload 0 /* this */
            ldc "::"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1307
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 6
         3: .line 1308
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1309
            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 1310
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1312
      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 1313
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 1314
            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 1316
      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 1320
            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 1321
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1322
            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 1324
      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 1328
            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 1330
      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 1331
            goto 25
         3: .line 1333
      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 1334
            goto 25
         5: .line 1336
      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 1337
            goto 25
         7: .line 1339
      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 1340
            goto 25
         9: .line 1342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 1344
            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 1343
            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 1345
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 1342
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1346
            goto 25
        15: .line 1348
      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 1349
            goto 25
        19: .line 1351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1352
            goto 25
        21: .line 1354
      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 1357
            goto 25
      StackMap locals:
      StackMap stack: java.io.IOException
        23: astore 2 /* e */
        start local 2 // java.io.IOException e
        24: .line 1358
            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 1360
      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 1364
            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 1366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "byte"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1367
            goto 23
         3: .line 1369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "char"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1370
            goto 23
         5: .line 1372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "short"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1373
            goto 23
         7: .line 1375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "int"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1376
            goto 23
         9: .line 1378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "long"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 1379
            goto 23
        11: .line 1381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "float"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1382
            goto 23
        13: .line 1384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "double"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1385
            goto 23
        15: .line 1387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "boolean"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 1388
            goto 23
        17: .line 1390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "void"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 1391
            goto 23
        19: .line 1393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "error"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1396
            goto 23
      StackMap locals:
      StackMap stack: java.io.IOException
        21: astore 2 /* e */
        start local 2 // java.io.IOException e
        22: .line 1397
            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 1399
      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 1403
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1404
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1405
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1406
            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 1408
      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 1412
            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 1413
            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 1418
            aload 1 /* tree */
            astore 2 /* elem */
        start local 2 // com.sun.tools.javac.tree.JCTree elem
         1: .line 1420
      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 1421
            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 1422
            aload 3 /* atype */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* elem */
         4: .line 1423
            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 1424
            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 1425
            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 1428
      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 1429
            aload 0 /* this */
            ldc "[]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1430
            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 1419
            goto 1
        11: .line 1435
      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 1439
            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 1440
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1441
            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 1442
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1443
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 1444
            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 1446
      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 1450
            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 1451
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1452
            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 1454
      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 1458
            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 1459
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .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
         4: .line 1462
      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 1466
            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 1467
            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 1469
      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 1470
            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 1471
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1472
            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 1474
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1475
            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 1477
      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 1482
            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 1483
            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 1484
            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 1485
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1486
            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 1488
      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 1493
            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 1494
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1495
            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 1497
      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 1501
            aload 0 /* this */
            ldc "(ERROR)"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1502
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1503
            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 1505
      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 1509
            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 1510
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1511
            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 1513
      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 1517
            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 1518
            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 1519
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1520
            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 1522
      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 1526
            aload 0 /* this */
            ldc "@"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1527
            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 1528
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotation.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 9
         3: .line 1529
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1530
            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
         5: .line 1531
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1533
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1534
            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 1536
      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   10     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;
            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 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 1540
            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 1541
            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 1542
            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 1543
            aload 0 /* this */
            ldc "."
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1544
            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 1545
            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 1546
            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 1547
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 1548
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 1549
            goto 16
        11: .line 1550
      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 1551
            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 1553
            goto 16
      StackMap locals:
      StackMap stack: java.io.IOException
        14: astore 2 /* e */
        start local 2 // java.io.IOException e
        15: .line 1554
            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 1556
      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 1560
            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 1561
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 1562
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1563
            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 1565
      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 48
            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 65
            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 53
            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 50
            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 29
            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 28
            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 34
            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 68
            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 85
            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 66
            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 83
            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 67
            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 84
            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 24
            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 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.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 58
            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 21
            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 25
            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 81
            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 92
            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 69
            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 54
            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 23
            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 95
            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 74
            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 72
            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 40
            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 22
            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 37
            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 32
            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 73
            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 100
            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 41
            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 71
            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 79
            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 90
            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 82
            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 52
            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 94
            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 93
            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 80
            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 91
            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 70
            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 56
            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 31
            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 30
            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 57
            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 63
            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 96
            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 64
            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 33
            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 78
            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 89
            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 55
            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 62
            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 61
            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 60
            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 59
            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 97
            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 39
            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 98
            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 26
            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 38
            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 75
            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 86
            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 76
            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 87
            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.SWITCH_EXPRESSION: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.SYNCHRONIZED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 18
            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.THROW:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 27
            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.TOPLEVEL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_2
            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.TRY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 19
            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.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 44
            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.TYPEARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 43
            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.TYPEBOUNDKIND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 49
            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.TYPECAST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 35
            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.TYPEIDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 42
            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.TYPEINTERSECTION: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.TYPEPARAMETER:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 47
            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.TYPETEST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 36
            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.TYPEUNION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 45
            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.TYPE_ANNOTATION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 51
            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.USES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 99
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 77
            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.USR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 88
            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.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 7
            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.WHILELOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 11
            iastore
       297: goto 299
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       298: pop
      StackMap locals:
      StackMap stack:
       299: 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 48
            iastore
       300: goto 302
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       301: pop
      StackMap locals:
      StackMap stack:
       302: 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
         299   300     301  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 48
            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 JCSwitchExpression = com.sun.tools.javac.tree.JCTree$JCSwitchExpression 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