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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public void printPattern(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)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.tree.JCTree tree
         0: .line 242
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 243
            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 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 248
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 6
         2: .line 249
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         3: .line 250
            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 251
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         5: .line 248
            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 253
            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 258
            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 259
      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 260
            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 261
      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 262
      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 265
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 6
         2: .line 266
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 267
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         4: .line 268
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         5: .line 265
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         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 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    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 273
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         1: goto 5
         2: .line 274
      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 275
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 273
            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 277
            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 283
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.docComments:Lcom/sun/tools/javac/tree/DocCommentTable;
            ifnull 16
         1: .line 284
            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 285
            aload 2 /* dc */
            ifnull 16
         3: .line 286
            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 287
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 288
            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 289
            goto 13
         7: .line 290
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         8: .line 291
            aload 0 /* this */
            ldc " *"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 292
            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 293
      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 294
            iload 4 /* endpos */
            iconst_1
            iadd
            istore 3 /* pos */
        12: .line 295
            aload 2 /* dc */
            iload 3 /* pos */
            invokestatic com.sun.tools.javac.tree.Pretty.lineEndPos:(Ljava/lang/String;I)I
            istore 4 /* endpos */
        13: .line 289
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            aload 2 /* dc */
            invokevirtual java.lang.String.length:()I
            if_icmplt 7
        14: .line 297
            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 298
            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 301
      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 304
            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 305
            iload 2 /* pos */
            ifge 2
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* pos */
         2: .line 306
      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 313
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 4
         1: .line 314
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 315
            aload 0 /* this */
            aload 1 /* trees */
            invokevirtual com.sun.tools.javac.tree.Pretty.printExprs:(Lcom/sun/tools/javac/util/List;)V
         3: .line 316
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 318
      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 323
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 324
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 325
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         3: .line 326
            aload 0 /* this */
            aload 1 /* stats */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStats:(Lcom/sun/tools/javac/util/List;)V
         4: .line 327
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
         5: .line 328
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         6: .line 329
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 330
            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 335
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 336
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 337
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         3: .line 338
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 339
            aload 1 /* stats */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
         5: goto 14
         6: .line 340
      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 341
            iload 2 /* first */
            ifne 10
         8: .line 342
            aload 0 /* this */
            ldc ","
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 343
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        10: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 346
            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 347
            iconst_0
            istore 2 /* first */
        13: .line 339
      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 350
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 351
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        17: .line 352
            aload 1 /* stats */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
        18: goto 24
        19: .line 353
      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 354
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        21: .line 355
            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 356
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        23: .line 352
      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 359
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
        26: .line 360
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        27: .line 361
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        28: .line 362
            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 366
            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 377
            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 378
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 380
            iconst_1
            istore 3 /* firstImport */
        start local 3 // boolean firstImport
         3: .line 381
            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 382
            goto 18
         5: .line 386
      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 387
            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 388
            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 389
            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 390
            aload 2 /* cdef */
            ifnull 11
        10: .line 391
            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 392
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCImport com.sun.tools.javac.util.Name
      StackMap stack:
            iload 3 /* firstImport */
            ifeq 14
        12: .line 393
            iconst_0
            istore 3 /* firstImport */
        13: .line 394
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        14: .line 396
      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 398
            goto 17
        16: .line 399
      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 385
      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 382
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
        19: .line 383
            aload 2 /* cdef */
            ifnull 5
        20: .line 384
            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 402
      StackMap locals:
      StackMap stack:
            aload 2 /* cdef */
            ifnull 24
        22: .line 403
            aload 0 /* this */
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty.printStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        23: .line 404
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        24: .line 406
      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 418
            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 419
            aload 3 /* v */
            aload 2 /* cdef */
            invokevirtual com.sun.tools.javac.tree.Pretty$1UsedVisitor.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 420
            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 429
            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 430
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 431
            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 433
      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 437
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 438
            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 439
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.pid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 10
         3: .line 440
            aload 0 /* this */
            ldc "package "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 441
            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 442
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 443
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         7: .line 445
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 446
            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 448
      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 453
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 454
            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 455
            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 456
            aload 0 /* this */
            ldc "open "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "module "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 459
            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 460
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.directives:Lcom/sun/tools/javac/util/List;
            ifnonnull 9
         7: .line 461
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 462
            goto 10
         9: .line 463
      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 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
        11: .line 466
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 467
            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 469
      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 474
            aload 0 /* this */
            ldc "exports "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 475
            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 476
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExports.moduleNames:Lcom/sun/tools/javac/util/List;
            ifnull 5
         3: .line 477
            aload 0 /* this */
            ldc " to "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 478
            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 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 481
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 482
            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 484
      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 489
            aload 0 /* this */
            ldc "opens "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 490
            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 491
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCOpens.moduleNames:Lcom/sun/tools/javac/util/List;
            ifnull 5
         3: .line 492
            aload 0 /* this */
            ldc " to "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 493
            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 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 496
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 497
            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 499
      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 504
            aload 0 /* this */
            ldc "provides "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 505
            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 506
            aload 0 /* this */
            ldc " with "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 507
            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 508
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 509
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 510
            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 512
      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 517
            aload 0 /* this */
            ldc "requires "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 518
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.isStaticPhase:Z
            ifeq 3
         2: .line 519
            aload 0 /* this */
            ldc "static "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 520
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCRequires.isTransitive:Z
            ifeq 5
         4: .line 521
            aload 0 /* this */
            ldc "transitive "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 522
      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 523
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 524
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 525
            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 527
      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 532
            aload 0 /* this */
            ldc "uses "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 533
            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 534
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 535
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 536
            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 538
      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 542
            aload 0 /* this */
            ldc "import "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 543
            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 544
      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 545
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 546
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         5: .line 547
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 548
            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 550
      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 554
            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 555
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 556
            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 557
            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 558
            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 559
            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 560
            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 561
            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 562
            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 563
            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 564
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 565
            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 567
            goto 23
        13: .line 568
      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 569
            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 571
      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 572
      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 573
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 20
        18: .line 574
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        19: .line 575
            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 577
      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 578
            aload 0 /* this */
            ldc " implements "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 579
            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 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        24: .line 583
            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 584
            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 585
            goto 28
        27: .line 586
      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 588
      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 589
            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 590
            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 592
      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 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 4
         1: .line 598
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.enclClassName:Lcom/sun/tools/javac/util/Name;
            ifnonnull 4
         2: .line 599
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
            ifeq 4
         3: return
         4: .line 600
      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 601
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printDocComment:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 602
            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 603
            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 604
            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 605
            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 606
            goto 15
        13: .line 607
      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 608
            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 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 611
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            ifnull 20
        17: .line 612
            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 613
            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 614
            aload 0 /* this */
            ldc ", "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 617
      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 618
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        22: .line 619
            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 620
            aload 0 /* this */
            ldc " throws "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        24: .line 621
            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 623
      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 624
            aload 0 /* this */
            ldc " default "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 625
            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 627
      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 628
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        30: .line 629
            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 630
            goto 36
        32: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        33: .line 633
            goto 36
      StackMap locals:
      StackMap stack: java.io.IOException
        34: astore 2 /* e */
        start local 2 // java.io.IOException e
        35: .line 634
            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 636
      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 640
            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 641
            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 643
      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 644
            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 645
            aload 0 /* this */
            ldc "/*public static final*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 646
            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 647
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 63
         7: .line 648
            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 649
            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 650
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.Pretty.sourceOutput:Z
            ifeq 19
        10: .line 651
            aload 0 /* this */
            ldc " /*enum*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 652
            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 653
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        13: .line 654
            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 655
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 657
      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 658
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .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.defs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.Pretty.printBlock:(Lcom/sun/tools/javac/util/List;)V
        18: .line 661
      StackMap locals:
      StackMap stack:
            return
        19: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " /* = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 664
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        21: .line 665
            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 666
            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 668
      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 669
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        25: .line 670
            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 671
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 672
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        28: .line 673
            aload 0 /* this */
            ldc " /*enum*/ "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        29: .line 674
            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 675
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        31: .line 676
            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 677
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        33: .line 679
      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 680
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        35: .line 681
            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 683
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$JCNewClass init
        37: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " /* = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        38: .line 687
            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 688
            aload 0 /* this */
            ldc " */"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        40: .line 690
            goto 63
        41: .line 691
      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 692
            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 693
            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 694
            aconst_null
            astore 3 /* tas */
        start local 3 // com.sun.tools.javac.util.List tas
        45: .line 695
            aload 2 /* vartype */
            instanceof com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            ifeq 48
        46: .line 696
            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 697
            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 699
      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 700
            aload 3 /* tas */
            ifnull 52
        50: .line 701
            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 702
            aload 0 /* this */
            aload 3 /* tas */
            invokevirtual com.sun.tools.javac.tree.Pretty.printTypeAnnotations:(Lcom/sun/tools/javac/util/List;)V
        52: .line 704
      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 705
            goto 56
        54: .line 706
      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 707
            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 709
      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 710
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        58: .line 711
            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 713
      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 715
            goto 63
      StackMap locals:
      StackMap stack: java.io.IOException
        61: astore 2 /* e */
        start local 2 // java.io.IOException e
        62: .line 716
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        63: .line 718
      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 722
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 723
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 724
            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 726
      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 730
            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 731
            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 732
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 733
            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 735
      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 739
            aload 0 /* this */
            ldc "do "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 740
            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 741
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
         3: .line 742
            aload 0 /* this */
            ldc " while "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 743
            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 744
            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 745
            goto 10
         7: .line 746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 747
            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 748
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 751
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 752
            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 754
      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 758
            aload 0 /* this */
            ldc "while "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 759
            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 760
            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 761
            goto 7
         4: .line 762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 763
            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 764
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 767
            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 768
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 769
            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 771
      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 775
            aload 0 /* this */
            ldc "for ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 776
            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 777
            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 778
            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 779
            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 780
      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 781
            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 782
            aload 3 /* vdef */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 11
         9: .line 783
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 784
            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 779
      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 787
            goto 15
        14: .line 788
      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 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "; "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 792
            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 793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "; "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 794
            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 795
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 796
            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 797
            goto 24
      StackMap locals:
      StackMap stack: java.io.IOException
        22: astore 2 /* e */
        start local 2 // java.io.IOException e
        23: .line 798
            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 800
      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 804
            aload 0 /* this */
            ldc "for ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 805
            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 806
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 807
            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 808
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 809
            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 810
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 811
            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 813
      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 817
            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 818
            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 819
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 820
            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 822
      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 826
            aload 0 /* this */
            ldc "switch "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 827
            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 828
            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 829
            goto 7
         4: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 831
            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 832
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " {"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 835
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         9: .line 836
            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 837
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 838
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 839
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 840
            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 842
      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 846
            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 847
            aload 0 /* this */
            ldc "default"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 848
            goto 5
         3: .line 849
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "case "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 850
            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 852
      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 853
            aload 0 /* this */
            ldc ":"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 854
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         8: .line 855
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         9: .line 856
            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 857
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.undent:()V
        11: .line 858
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        12: .line 859
            goto 18
        13: .line 860
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " -> "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 861
            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 863
            goto 18
      StackMap locals:
      StackMap stack: java.io.IOException
        16: astore 2 /* e */
        start local 2 // java.io.IOException e
        17: .line 864
            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 866
      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 870
            aload 0 /* this */
            ldc "switch "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 871
            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 872
            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 873
            goto 7
         4: .line 874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 875
            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 876
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " {"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 879
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         9: .line 880
            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 881
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.align:()V
        11: .line 882
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 883
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 884
            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 886
      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 visitBindingPattern(com.sun.tools.javac.tree.JCTree$JCBindingPattern);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;)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$JCBindingPattern patt
         0: .line 890
            aload 0 /* this */
            aload 1 /* patt */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.vartype:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 891
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 892
            aload 0 /* this */
            aload 1 /* patt */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 893
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .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
         6: .line 896
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBindingPattern patt
        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  patt  Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      patt  

  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 900
            aload 0 /* this */
            ldc "synchronized "
            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$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 902
            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 903
            goto 7
         4: .line 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 905
            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 906
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 908
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 909
            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 910
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 911
            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 913
      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 917
            aload 0 /* this */
            ldc "try "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 918
            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 919
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 920
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 921
            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 922
            iload 2 /* first */
            ifne 9
         7: .line 923
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         8: .line 924
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.indent:()V
         9: .line 926
      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 927
            iconst_0
            istore 2 /* first */
        end local 3 // com.sun.tools.javac.tree.JCTree var
        11: .line 921
      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 929
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        end local 2 // boolean first
        13: .line 931
      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 932
            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 933
      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 932
            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 935
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 25
        20: .line 936
            aload 0 /* this */
            ldc " finally "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        21: .line 937
            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 939
            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 940
            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 942
      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 946
            aload 0 /* this */
            ldc " catch ("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 947
            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 948
            aload 0 /* this */
            ldc ") "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 949
            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 950
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 951
            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 953
      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 957
            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 958
            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 959
            aload 0 /* this */
            ldc " ? "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 960
            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 961
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 962
            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 963
            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 964
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 965
            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 967
      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 971
            aload 0 /* this */
            ldc "if "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 972
            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 973
            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 974
            goto 7
         4: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 976
            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 977
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         7: .line 979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 980
            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 981
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 15
        10: .line 982
            aload 0 /* this */
            ldc " else "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 983
            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 985
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 986
            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 988
      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 992
            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 993
            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 994
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 995
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 997
      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 1001
            aload 0 /* this */
            ldc "break"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1002
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBreak.label:Lcom/sun/tools/javac/util/Name;
            ifnull 2
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBreak.label:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1004
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1005
            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 1007
      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 visitYield(com.sun.tools.javac.tree.JCTree$JCYield);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCYield;)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$JCYield tree
         0: .line 1011
            aload 0 /* this */
            ldc "yield"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1012
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1013
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCYield.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1014
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1015
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 1016
            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 1018
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCYield 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$JCYield;
            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 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 1022
            aload 0 /* this */
            ldc "continue"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1023
            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 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1025
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1026
            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 1028
      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 1032
            aload 0 /* this */
            ldc "return"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1033
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 4
         2: .line 1034
            aload 0 /* this */
            ldc " "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1035
            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 1037
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1038
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1039
            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 1041
      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 1045
            aload 0 /* this */
            ldc "throw "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1046
            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 1047
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1048
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1049
            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 1051
      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 1055
            aload 0 /* this */
            ldc "assert "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1056
            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 1057
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 5
         3: .line 1058
            aload 0 /* this */
            ldc " : "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1059
            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 1061
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ";"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1062
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1063
            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 1065
      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 1069
            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 1070
            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 1071
            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 1072
            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 1073
            aload 0 /* this */
            ldc ".<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1074
            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 1075
            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 1076
            goto 14
         8: .line 1077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1078
            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 1079
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        11: .line 1080
            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 1082
            goto 14
        13: .line 1083
      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 1085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        15: .line 1086
            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 1087
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 1088
            goto 20
      StackMap locals:
      StackMap stack: java.io.IOException
        18: astore 2 /* e */
        start local 2 // java.io.IOException e
        19: .line 1089
            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 1091
      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 1095
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 3
         1: .line 1096
            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 1097
            aload 0 /* this */
            ldc "."
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1100
            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 1101
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1102
            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 1103
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1105
      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 1106
            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 1108
      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 1109
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1110
            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 1111
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1112
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 28
        15: .line 1113
            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 1114
            aload 0 /* this */
        17: .line 1115
            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 1116
      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 1117
            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 1114
      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 1118
            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 1119
      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 1120
            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 1122
            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 1123
            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 1125
      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 1129
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 23
         1: .line 1130
            aload 0 /* this */
            ldc "new "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1131
            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 1132
            aload 0 /* this */
            aload 2 /* elem */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1134
            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 1135
            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 1136
            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 1138
      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 1139
            aload 0 /* this */
            ldc "[]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1142
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: .line 1143
            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 1144
            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 1145
      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 1146
            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 1147
            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 1149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "["
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        17: .line 1150
            iinc 3 /* i */ 1
        18: .line 1151
            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 1152
            aload 0 /* this */
            ldc "]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1144
            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 1154
            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 1156
      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 1157
            aload 0 /* this */
            ldc "{"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        25: .line 1158
            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 1159
            aload 0 /* this */
            ldc "}"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        27: .line 1161
            goto 30
      StackMap locals:
      StackMap stack: java.io.IOException
        28: astore 2 /* e */
        start local 2 // java.io.IOException e
        29: .line 1162
            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 1164
      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 1168
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1169
            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 1170
            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 1171
            goto 11
         4: .line 1172
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 2 /* sep */
        start local 2 // java.lang.String sep
         5: .line 1173
            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 1174
            aload 0 /* this */
            aload 2 /* sep */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1175
            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 1176
            ldc ","
            astore 2 /* sep */
        end local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        10: .line 1173
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // java.lang.String sep
        11: .line 1179
      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 1180
            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 1181
            goto 16
      StackMap locals:
      StackMap stack: java.io.IOException
        14: astore 2 /* e */
        start local 2 // java.io.IOException e
        15: .line 1182
            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 1184
      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 1188
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1189
            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 1190
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1191
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1192
            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 1194
      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 1198
            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 1199
            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 1200
            aload 0 /* this */
            ldc " = "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1201
            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 1202
            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 1203
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1204
            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 1206
      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 1209
            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 { // 57 - 84
                   57: 1
                   58: 2
                   59: 3
                   60: 4
                   61: 5
                   62: 6
                   63: 7
                   64: 8
                   65: 9
                   66: 10
                   67: 11
                   68: 18
                   69: 19
                   70: 20
                   71: 12
                   72: 13
                   73: 14
                   74: 15
                   75: 16
                   76: 17
                   77: 21
                   78: 22
                   79: 23
                   80: 24
                   81: 25
                   82: 26
                   83: 27
                   84: 28
              default: 29
          }
         1: .line 1210
      StackMap locals:
      StackMap stack:
            ldc "+"
            areturn
         2: .line 1211
      StackMap locals:
      StackMap stack:
            ldc "-"
            areturn
         3: .line 1212
      StackMap locals:
      StackMap stack:
            ldc "!"
            areturn
         4: .line 1213
      StackMap locals:
      StackMap stack:
            ldc "~"
            areturn
         5: .line 1214
      StackMap locals:
      StackMap stack:
            ldc "++"
            areturn
         6: .line 1215
      StackMap locals:
      StackMap stack:
            ldc "--"
            areturn
         7: .line 1216
      StackMap locals:
      StackMap stack:
            ldc "++"
            areturn
         8: .line 1217
      StackMap locals:
      StackMap stack:
            ldc "--"
            areturn
         9: .line 1218
      StackMap locals:
      StackMap stack:
            ldc "<*nullchk*>"
            areturn
        10: .line 1219
      StackMap locals:
      StackMap stack:
            ldc "||"
            areturn
        11: .line 1220
      StackMap locals:
      StackMap stack:
            ldc "&&"
            areturn
        12: .line 1221
      StackMap locals:
      StackMap stack:
            ldc "=="
            areturn
        13: .line 1222
      StackMap locals:
      StackMap stack:
            ldc "!="
            areturn
        14: .line 1223
      StackMap locals:
      StackMap stack:
            ldc "<"
            areturn
        15: .line 1224
      StackMap locals:
      StackMap stack:
            ldc ">"
            areturn
        16: .line 1225
      StackMap locals:
      StackMap stack:
            ldc "<="
            areturn
        17: .line 1226
      StackMap locals:
      StackMap stack:
            ldc ">="
            areturn
        18: .line 1227
      StackMap locals:
      StackMap stack:
            ldc "|"
            areturn
        19: .line 1228
      StackMap locals:
      StackMap stack:
            ldc "^"
            areturn
        20: .line 1229
      StackMap locals:
      StackMap stack:
            ldc "&"
            areturn
        21: .line 1230
      StackMap locals:
      StackMap stack:
            ldc "<<"
            areturn
        22: .line 1231
      StackMap locals:
      StackMap stack:
            ldc ">>"
            areturn
        23: .line 1232
      StackMap locals:
      StackMap stack:
            ldc ">>>"
            areturn
        24: .line 1233
      StackMap locals:
      StackMap stack:
            ldc "+"
            areturn
        25: .line 1234
      StackMap locals:
      StackMap stack:
            ldc "-"
            areturn
        26: .line 1235
      StackMap locals:
      StackMap stack:
            ldc "*"
            areturn
        27: .line 1236
      StackMap locals:
      StackMap stack:
            ldc "/"
            areturn
        28: .line 1237
      StackMap locals:
      StackMap stack:
            ldc "%"
            areturn
        29: .line 1238
      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 1244
            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 1245
            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 1246
            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 1247
            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 1248
            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 1249
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 1250
            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 1252
      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 1256
            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 1257
            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 1258
            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 1259
            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 1260
            aload 0 /* this */
            aload 3 /* opname */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1261
            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 1262
            goto 9
         7: .line 1263
      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 1264
            aload 0 /* this */
            aload 3 /* opname */
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1266
      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 1267
            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 1268
            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 1270
      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 1274
            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 1275
            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 1276
            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 1277
            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 1278
            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 1279
            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 1280
            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 1281
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 2 /* e */
        start local 2 // java.io.IOException e
         9: .line 1282
            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 1284
      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 1288
            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 1289
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1290
            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 1291
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1292
            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 1293
            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 1294
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1295
            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 1297
      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 1301
            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 1302
            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 1303
            aload 0 /* this */
            ldc " instanceof "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         3: .line 1304
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            instanceof com.sun.tools.javac.tree.JCTree$JCPattern
            ifeq 6
         4: .line 1305
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.Pretty.printPattern:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 1306
            goto 7
         6: .line 1307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCInstanceOf.getType:()Lcom/sun/tools/javac/tree/JCTree;
            bipush 11
            invokevirtual com.sun.tools.javac.tree.Pretty.printExpr:(Lcom/sun/tools/javac/tree/JCTree;I)V
         7: .line 1309
      StackMap locals:
      StackMap stack:
            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
         8: .line 1310
            goto 11
      StackMap locals:
      StackMap stack: java.io.IOException
         9: astore 2 /* e */
        start local 2 // java.io.IOException e
        10: .line 1311
            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
        11: .line 1313
      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   12     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0   12     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCInstanceOf;
           10   11     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     8       9  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 1317
            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 1318
            aload 0 /* this */
            ldc "["
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1319
            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 1320
            aload 0 /* this */
            ldc "]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1321
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .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
         7: .line 1324
      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 1328
            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 1329
            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 1330
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1331
            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 1333
      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 1337
            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 1338
            aload 0 /* this */
            ldc "::"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1339
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 6
         3: .line 1340
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1341
            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 1342
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1344
      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 1345
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 1346
            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 1348
      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 1352
            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 1353
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1354
            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 1356
      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 1360
            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 1362
      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 1363
            goto 25
         3: .line 1365
      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 1366
            goto 25
         5: .line 1368
      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 1369
            goto 25
         7: .line 1371
      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 1372
            goto 25
         9: .line 1374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 1376
            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 1375
            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 1377
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 1374
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1378
            goto 25
        15: .line 1380
      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 1381
            goto 25
        19: .line 1383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1384
            goto 25
        21: .line 1386
      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 1389
            goto 25
      StackMap locals:
      StackMap stack: java.io.IOException
        23: astore 2 /* e */
        start local 2 // java.io.IOException e
        24: .line 1390
            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 1392
      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 1396
            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 1398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "byte"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1399
            goto 23
         3: .line 1401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "char"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1402
            goto 23
         5: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "short"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1405
            goto 23
         7: .line 1407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "int"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         8: .line 1408
            goto 23
         9: .line 1410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "long"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        10: .line 1411
            goto 23
        11: .line 1413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "float"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        12: .line 1414
            goto 23
        13: .line 1416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "double"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        14: .line 1417
            goto 23
        15: .line 1419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "boolean"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        16: .line 1420
            goto 23
        17: .line 1422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "void"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        18: .line 1423
            goto 23
        19: .line 1425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "error"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
        20: .line 1428
            goto 23
      StackMap locals:
      StackMap stack: java.io.IOException
        21: astore 2 /* e */
        start local 2 // java.io.IOException e
        22: .line 1429
            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 1431
      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 1435
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1436
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1437
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1438
            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 1440
      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 1444
            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 1445
            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 1450
            aload 1 /* tree */
            astore 2 /* elem */
        start local 2 // com.sun.tools.javac.tree.JCTree elem
         1: .line 1452
      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 1453
            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 1454
            aload 3 /* atype */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 2 /* elem */
         4: .line 1455
            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 1456
            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 1457
            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 1460
      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 1461
            aload 0 /* this */
            ldc "[]"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         9: .line 1462
            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 1451
            goto 1
        11: .line 1467
      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 1471
            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 1472
            aload 0 /* this */
            ldc "<"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         2: .line 1473
            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 1474
            aload 0 /* this */
            ldc ">"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1475
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 1476
            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 1478
      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 1482
            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 1483
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1484
            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 1486
      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 1490
            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 1491
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1492
            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 1494
      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 1498
            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 1499
            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 1501
      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 1502
            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 1503
            aload 0 /* this */
            ldc " extends "
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         5: .line 1504
            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 1506
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1507
            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 1509
      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 1514
            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 1515
            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 1516
            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 1517
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 1518
            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 1520
      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 1525
            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 1526
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1527
            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 1529
      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 1533
            aload 0 /* this */
            ldc "(ERROR)"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1534
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1535
            new com.sun.tools.javac.tree.Pretty$UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial com.sun.tools.javac.tree.Pretty$UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 1537
      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 1541
            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 1542
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 1543
            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 1545
      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 1549
            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 1550
            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 1551
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1552
            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 1554
      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 1558
            aload 0 /* this */
            ldc "@"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         1: .line 1559
            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 1560
            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 1561
            aload 0 /* this */
            ldc "("
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1562
            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 1563
            aload 0 /* this */
            ldc ")"
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         6: .line 1565
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 1566
            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 1568
      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 1572
            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 1573
            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 1574
            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 1575
            aload 0 /* this */
            ldc "."
            invokevirtual com.sun.tools.javac.tree.Pretty.print:(Ljava/lang/Object;)V
         4: .line 1576
            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 1577
            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 1578
            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 1579
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBaseElementType:(Lcom/sun/tools/javac/tree/JCTree;)V
         9: .line 1580
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.Pretty.printBrackets:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 1581
            goto 16
        11: .line 1582
      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 1583
            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 1585
            goto 16
      StackMap locals:
      StackMap stack: java.io.IOException
        14: astore 2 /* e */
        start local 2 // java.io.IOException e
        15: .line 1586
            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 1588
      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 1592
            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 1593
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.Pretty.println:()V
         2: .line 1594
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 1595
            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 1597
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.Pretty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/tree/Pretty;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      tree  

  static int[] $SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 47
            getstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.tree.JCTree$Tag.values:()[Lcom/sun/tools/javac/tree/JCTree$Tag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.AND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 67
            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 55
            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 52
            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 30
            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 29
            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 35
            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.BINDINGPATTERN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 38
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 70
            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.BITAND_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 87
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 68
            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.BITOR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 85
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 69
            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.BITXOR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 86
            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.BLOCK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 9
            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.BREAK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 24
            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.CASE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 16
            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.CATCH:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 20
            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.CLASSDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_5
            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.COMPL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 60
            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.CONDEXPR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 21
            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.CONTINUE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 26
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 83
            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.DIV_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 94
            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.DOLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 10
            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.EQ:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 71
            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.ERRONEOUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 56
            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.EXEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 23
            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.EXPORTS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 97
            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.FOREACHLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 13
            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.FORLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 12
            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.GE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 76
            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.GT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 74
            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.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 42
            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.IF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 22
            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.IMPORT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_4
            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.INDEXED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 39
            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.LABELLED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 14
            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.LAMBDA:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 33
            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.LE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 75
            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.LETEXPR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 102
            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.LITERAL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 43
            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.LT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 73
            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.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 6
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 81
            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.MINUS_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 92
            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.MOD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 84
            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.MODIFIERS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 54
            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.MODULEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 96
            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.MOD_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 95
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 82
            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.MUL_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 93
            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.NE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 72
            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.NEG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 58
            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.NEWARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 32
            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.NEWCLASS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 31
            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.NOT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 59
            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.NO_TAG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_1
            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.NULLCHK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 65
            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.OPENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 98
            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.OR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 66
            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.PACKAGEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_3
            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.PARENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 34
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 80
            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.PLUS_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 91
            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.POS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 57
            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.POSTDEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 64
            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.POSTINC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 63
            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.PREDEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 62
            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.PREINC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 61
            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.PROVIDES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 99
            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.REFERENCE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 41
            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.REQUIRES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 100
            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.RETURN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 27
            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.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 40
            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.SKIP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 8
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 77
            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.SL_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 88
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 78
            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.SR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 89
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 15
            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.SWITCH_EXPRESSION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 17
            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.SYNCHRONIZED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 18
            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.THROW:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 28
            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.TOPLEVEL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_2
            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.TRY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 19
            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.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 46
            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.TYPEARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 45
            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.TYPEBOUNDKIND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 51
            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.TYPECAST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 36
            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.TYPEIDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 44
            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.TYPEINTERSECTION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 48
            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.TYPEPARAMETER:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 49
            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.TYPETEST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 37
            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.TYPEUNION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 47
            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.TYPE_ANNOTATION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 53
            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.USES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 101
            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:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 79
            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.USR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 90
            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.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 7
            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.WHILELOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 11
            iastore
       300: goto 302
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       301: pop
      StackMap locals:
      StackMap stack:
       302: 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 50
            iastore
       303: goto 305
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       304: pop
      StackMap locals:
      StackMap stack:
       305: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.YIELD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 25
            iastore
       306: goto 308
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       307: pop
      StackMap locals:
      StackMap stack:
       308: 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
         302   303     304  Class java.lang.NoSuchFieldError
         305   306     307  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 47
            getstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.TypeTag.values:()[Lcom/sun/tools/javac/code/TypeTag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 11
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 8
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 19
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BYTE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CHAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 10
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DEFERRED:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 18
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 21
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FLOAT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 17
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 6
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_4
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 12
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.MODULE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 14
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 20
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.PACKAGE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 13
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.SHORT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_3
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 15
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNDETVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 23
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_OBJECT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 25
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_THIS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 24
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNKNOWN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 22
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 9
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.WILDCARD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 16
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            dup
            putstatic com.sun.tools.javac.tree.Pretty.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
}
SourceFile: "Pretty.java"
NestMembers:
  com.sun.tools.javac.tree.Pretty$1UsedVisitor  com.sun.tools.javac.tree.Pretty$UncheckedIOException
InnerClasses:
  public final ReferenceMode = com.sun.source.tree.MemberReferenceTree$ReferenceMode of com.sun.source.tree.MemberReferenceTree
  public final ModuleKind = com.sun.source.tree.ModuleTree$ModuleKind of com.sun.source.tree.ModuleTree
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public JCAnnotatedType = com.sun.tools.javac.tree.JCTree$JCAnnotatedType of com.sun.tools.javac.tree.JCTree
  public JCAnnotation = com.sun.tools.javac.tree.JCTree$JCAnnotation of com.sun.tools.javac.tree.JCTree
  public JCArrayAccess = com.sun.tools.javac.tree.JCTree$JCArrayAccess of com.sun.tools.javac.tree.JCTree
  public JCArrayTypeTree = com.sun.tools.javac.tree.JCTree$JCArrayTypeTree of com.sun.tools.javac.tree.JCTree
  public JCAssert = com.sun.tools.javac.tree.JCTree$JCAssert of com.sun.tools.javac.tree.JCTree
  public JCAssign = com.sun.tools.javac.tree.JCTree$JCAssign of com.sun.tools.javac.tree.JCTree
  public JCAssignOp = com.sun.tools.javac.tree.JCTree$JCAssignOp of com.sun.tools.javac.tree.JCTree
  public JCBinary = com.sun.tools.javac.tree.JCTree$JCBinary of com.sun.tools.javac.tree.JCTree
  public JCBindingPattern = com.sun.tools.javac.tree.JCTree$JCBindingPattern 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 abstract JCPattern = com.sun.tools.javac.tree.JCTree$JCPattern 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 JCYield = com.sun.tools.javac.tree.JCTree$JCYield 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