class com.sun.tools.javap.CodeWriter$1 implements com.sun.tools.classfile.Instruction$KindVisitor<java.lang.Void, java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javap.CodeWriter$1
  super_class: java.lang.Object
{
  final com.sun.tools.javap.CodeWriter this$0;
    descriptor: Lcom/sun/tools/javap/CodeWriter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javap.CodeWriter);
    descriptor: (Lcom/sun/tools/javap/CodeWriter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
         0: .line 131
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javap/CodeWriter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Void visitNoOperands(com.sun.tools.classfile.Instruction, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // java.lang.Integer indent
         0: .line 134
            aconst_null
            areturn
        end local 2 // java.lang.Integer indent
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    1     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      indent  

  public java.lang.Void visitArrayType(com.sun.tools.classfile.Instruction, com.sun.tools.classfile.Instruction$TypeKind, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // com.sun.tools.classfile.Instruction$TypeKind kind
        start local 3 // java.lang.Integer indent
         0: .line 138
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* kind */
            getfield com.sun.tools.classfile.Instruction$TypeKind.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         1: .line 139
            aconst_null
            areturn
        end local 3 // java.lang.Integer indent
        end local 2 // com.sun.tools.classfile.Instruction$TypeKind kind
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    2     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    2     2    kind  Lcom/sun/tools/classfile/Instruction$TypeKind;
            0    2     3  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      kind    
      indent  

  public java.lang.Void visitBranch(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int offset
        start local 3 // java.lang.Integer indent
         0: .line 143
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            aload 1 /* instr */
            invokevirtual com.sun.tools.classfile.Instruction.getPC:()I
            iload 2 /* offset */
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/Object;)V
         1: .line 144
            aconst_null
            areturn
        end local 3 // java.lang.Integer indent
        end local 2 // int offset
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    2     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    2     2  offset  I
            0    2     3  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      offset  
      indent  

  public java.lang.Void visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // java.lang.Integer indent
         0: .line 148
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc "#"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         1: .line 149
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            invokevirtual com.sun.tools.javap.CodeWriter.tab:()V
         2: .line 150
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            ldc "// "
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         3: .line 151
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            iload 2 /* index */
            invokevirtual com.sun.tools.javap.CodeWriter.printConstant:(I)V
         4: .line 152
            aconst_null
            areturn
        end local 3 // java.lang.Integer indent
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    5     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    5     2   index  I
            0    5     3  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      index   
      indent  

  public java.lang.Void visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // int value
        start local 4 // java.lang.Integer indent
         0: .line 156
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc "#"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         1: .line 157
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            invokevirtual com.sun.tools.javap.CodeWriter.tab:()V
         2: .line 158
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            ldc "// "
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         3: .line 159
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            iload 2 /* index */
            invokevirtual com.sun.tools.javap.CodeWriter.printConstant:(I)V
         4: .line 160
            aconst_null
            areturn
        end local 4 // java.lang.Integer indent
        end local 3 // int value
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    5     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    5     2   index  I
            0    5     3   value  I
            0    5     4  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      index   
      value   
      indent  

  public java.lang.Void visitLocal(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // java.lang.Integer indent
         0: .line 164
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            iload 2 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/Object;)V
         1: .line 165
            aconst_null
            areturn
        end local 3 // java.lang.Integer indent
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    2     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    2     2   index  I
            0    2     3  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      index   
      indent  

  public java.lang.Void visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // int value
        start local 4 // java.lang.Integer indent
         0: .line 169
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            iload 2 /* index */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         1: .line 170
            aconst_null
            areturn
        end local 4 // java.lang.Integer indent
        end local 3 // int value
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    2     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    2     2   index  I
            0    2     3   value  I
            0    2     4  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      index   
      value   
      indent  

  public java.lang.Void visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int default_
        start local 3 // int npairs
        start local 4 // int[] matches
        start local 5 // int[] offsets
        start local 6 // java.lang.Integer indent
         0: .line 175
            aload 1 /* instr */
            invokevirtual com.sun.tools.classfile.Instruction.getPC:()I
            istore 7 /* pc */
        start local 7 // int pc
         1: .line 176
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc "{ // "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* npairs */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         2: .line 177
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            aload 6 /* indent */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
         3: .line 178
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 7
         5: .line 179
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            ldc "%n%12d: %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* matches */
            iload 8 /* i */
            iaload
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 7 /* pc */
            aload 5 /* offsets */
            iload 8 /* i */
            iaload
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         6: .line 178
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 8 /* i */
            iload 3 /* npairs */
            if_icmplt 5
        end local 8 // int i
         8: .line 181
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc "\n     default: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* pc */
            iload 2 /* default_ */
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "\n}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         9: .line 182
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            aload 6 /* indent */
            invokevirtual java.lang.Integer.intValue:()I
            ineg
            invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
        10: .line 183
            aconst_null
            areturn
        end local 7 // int pc
        end local 6 // java.lang.Integer indent
        end local 5 // int[] offsets
        end local 4 // int[] matches
        end local 3 // int npairs
        end local 2 // int default_
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/tools/javap/CodeWriter$1;
            0   11     1     instr  Lcom/sun/tools/classfile/Instruction;
            0   11     2  default_  I
            0   11     3    npairs  I
            0   11     4   matches  [I
            0   11     5   offsets  [I
            0   11     6    indent  Ljava/lang/Integer;
            1   11     7        pc  I
            4    8     8         i  I
    MethodParameters:
          Name  Flags
      instr     
      default_  
      npairs    
      matches   
      offsets   
      indent    

  public java.lang.Void visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int default_
        start local 3 // int low
        start local 4 // int high
        start local 5 // int[] offsets
        start local 6 // java.lang.Integer indent
         0: .line 188
            aload 1 /* instr */
            invokevirtual com.sun.tools.classfile.Instruction.getPC:()I
            istore 7 /* pc */
        start local 7 // int pc
         1: .line 189
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc "{ // "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* low */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* high */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         2: .line 190
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            aload 6 /* indent */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
         3: .line 191
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 7
         5: .line 192
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            ldc "%n%12d: %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* low */
            iload 8 /* i */
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 7 /* pc */
            aload 5 /* offsets */
            iload 8 /* i */
            iaload
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         6: .line 191
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 8 /* i */
            aload 5 /* offsets */
            arraylength
            if_icmplt 5
        end local 8 // int i
         8: .line 194
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            new java.lang.StringBuilder
            dup
            ldc "\n     default: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* pc */
            iload 2 /* default_ */
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "\n}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
         9: .line 195
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            aload 6 /* indent */
            invokevirtual java.lang.Integer.intValue:()I
            ineg
            invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
        10: .line 196
            aconst_null
            areturn
        end local 7 // int pc
        end local 6 // java.lang.Integer indent
        end local 5 // int[] offsets
        end local 4 // int high
        end local 3 // int low
        end local 2 // int default_
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/tools/javap/CodeWriter$1;
            0   11     1     instr  Lcom/sun/tools/classfile/Instruction;
            0   11     2  default_  I
            0   11     3       low  I
            0   11     4      high  I
            0   11     5   offsets  [I
            0   11     6    indent  Ljava/lang/Integer;
            1   11     7        pc  I
            4    8     8         i  I
    MethodParameters:
          Name  Flags
      instr     
      default_  
      low       
      high      
      offsets   
      indent    

  public java.lang.Void visitValue(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int value
        start local 3 // java.lang.Integer indent
         0: .line 200
            aload 0 /* this */
            getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
            iload 2 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/Object;)V
         1: .line 201
            aconst_null
            areturn
        end local 3 // java.lang.Integer indent
        end local 2 // int value
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    2     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    2     2   value  I
            0    2     3  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      value   
      indent  

  public java.lang.Void visitUnknown(com.sun.tools.classfile.Instruction, java.lang.Integer);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.javap.CodeWriter$1 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // java.lang.Integer indent
         0: .line 205
            aconst_null
            areturn
        end local 2 // java.lang.Integer indent
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.javap.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/javap/CodeWriter$1;
            0    1     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  indent  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      indent  

  public java.lang.Object visitBranch(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitBranch:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitNoOperands(com.sun.tools.classfile.Instruction, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitNoOperands:(Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            aload 5
            aload 6
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitLookupSwitch:(Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitValue(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitValue:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            iload 4
            aload 5
            aload 6
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitTableSwitch:(Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitLocalAndValue:(Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitConstantPoolRef:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitUnknown(com.sun.tools.classfile.Instruction, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitUnknown:(Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLocal(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitLocal:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitArrayType(com.sun.tools.classfile.Instruction, com.sun.tools.classfile.Instruction$TypeKind, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitArrayType:(Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            checkcast java.lang.Integer
            invokevirtual com.sun.tools.javap.CodeWriter$1.visitConstantPoolRefAndValue:(Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/Instruction$KindVisitor<Ljava/lang/Void;Ljava/lang/Integer;>;
SourceFile: "CodeWriter.java"
EnclosingMethod: com.sun.tools.javap.CodeWriter
NestHost: com.sun.tools.javap.CodeWriter
InnerClasses:
  public abstract KindVisitor = com.sun.tools.classfile.Instruction$KindVisitor of com.sun.tools.classfile.Instruction
  public final TypeKind = com.sun.tools.classfile.Instruction$TypeKind of com.sun.tools.classfile.Instruction
  com.sun.tools.javap.CodeWriter$1