class com.sun.tools.javap.AnnotationWriter$element_value_Writer implements com.sun.tools.classfile.Annotation$element_value$Visitor<java.lang.Void, java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javap.AnnotationWriter$element_value_Writer
  super_class: java.lang.Object
{
  final com.sun.tools.javap.AnnotationWriter this$0;
    descriptor: Lcom/sun/tools/javap/AnnotationWriter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void write(com.sun.tools.classfile.Annotation$element_value, boolean);
    descriptor: (Lcom/sun/tools/classfile/Annotation$element_value;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
        start local 1 // com.sun.tools.classfile.Annotation$element_value value
        start local 2 // boolean resolveIndices
         0: .line 261
            aload 1 /* value */
            aload 0 /* this */
            iload 2 /* resolveIndices */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.sun.tools.classfile.Annotation$element_value.accept:(Lcom/sun/tools/classfile/Annotation$element_value$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 262
            return
        end local 2 // boolean resolveIndices
        end local 1 // com.sun.tools.classfile.Annotation$element_value value
        end local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/tools/javap/AnnotationWriter$element_value_Writer;
            0    2     1           value  Lcom/sun/tools/classfile/Annotation$element_value;
            0    2     2  resolveIndices  Z
    MethodParameters:
                Name  Flags
      value           
      resolveIndices  

  public java.lang.Void visitPrimitive(com.sun.tools.classfile.Annotation$Primitive_element_value, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Primitive_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
        start local 1 // com.sun.tools.classfile.Annotation$Primitive_element_value ev
        start local 2 // java.lang.Boolean resolveIndices
         0: .line 266
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 23
         1: .line 267
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Primitive_element_value.const_value_index:I
            istore 3 /* index */
        start local 3 // int index
         2: .line 268
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Primitive_element_value.tag:I
            lookupswitch { // 9
                   66: 3
                   67: 6
                   68: 10
                   70: 10
                   73: 10
                   74: 10
                   83: 12
                   90: 15
                  115: 17
              default: 21
          }
         3: .line 270
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "(byte) "
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         4: .line 271
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            getfield com.sun.tools.javap.AnnotationWriter.constantWriter:Lcom/sun/tools/javap/ConstantWriter;
            iload 3 /* index */
            invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         5: .line 272
            goto 24
         6: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "'"
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         7: .line 275
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            getfield com.sun.tools.javap.AnnotationWriter.constantWriter:Lcom/sun/tools/javap/ConstantWriter;
            iload 3 /* index */
            invokevirtual com.sun.tools.javap.ConstantWriter.charValue:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         8: .line 276
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "'"
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         9: .line 277
            goto 24
        10: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            getfield com.sun.tools.javap.AnnotationWriter.constantWriter:Lcom/sun/tools/javap/ConstantWriter;
            iload 3 /* index */
            invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        11: .line 283
            goto 24
        12: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "(short) "
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        13: .line 286
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            getfield com.sun.tools.javap.AnnotationWriter.constantWriter:Lcom/sun/tools/javap/ConstantWriter;
            iload 3 /* index */
            invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        14: .line 287
            goto 24
        15: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            getfield com.sun.tools.javap.AnnotationWriter.constantWriter:Lcom/sun/tools/javap/ConstantWriter;
            iload 3 /* index */
            invokevirtual com.sun.tools.javap.ConstantWriter.booleanValue:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        16: .line 290
            goto 24
        17: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "\""
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        18: .line 293
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            getfield com.sun.tools.javap.AnnotationWriter.constantWriter:Lcom/sun/tools/javap/ConstantWriter;
            iload 3 /* index */
            invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        19: .line 294
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "\""
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        20: .line 295
            goto 24
        21: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            new java.lang.StringBuilder
            dup
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Primitive_element_value.tag:I
            i2c
            invokestatic java.lang.String.valueOf:(C)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 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Primitive_element_value.const_value_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        end local 3 // int index
        22: .line 300
            goto 24
        23: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            new java.lang.StringBuilder
            dup
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Primitive_element_value.tag:I
            i2c
            invokestatic java.lang.String.valueOf:(C)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 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Primitive_element_value.const_value_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
        24: .line 303
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Boolean resolveIndices
        end local 1 // com.sun.tools.classfile.Annotation$Primitive_element_value ev
        end local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   25     0            this  Lcom/sun/tools/javap/AnnotationWriter$element_value_Writer;
            0   25     1              ev  Lcom/sun/tools/classfile/Annotation$Primitive_element_value;
            0   25     2  resolveIndices  Ljava/lang/Boolean;
            2   22     3           index  I
    MethodParameters:
                Name  Flags
      ev              
      resolveIndices  

  public java.lang.Void visitEnum(com.sun.tools.classfile.Annotation$Enum_element_value, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Enum_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
        start local 1 // com.sun.tools.classfile.Annotation$Enum_element_value ev
        start local 2 // java.lang.Boolean resolveIndices
         0: .line 308
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 5
         1: .line 309
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Enum_element_value.type_name_index:I
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.sun.tools.javap.AnnotationWriter.writeIndex:(IZ)V
         2: .line 310
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "."
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         3: .line 311
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Enum_element_value.const_name_index:I
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.sun.tools.javap.AnnotationWriter.writeIndex:(IZ)V
         4: .line 312
            goto 6
         5: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            new java.lang.StringBuilder
            dup
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Enum_element_value.tag:I
            i2c
            invokestatic java.lang.String.valueOf:(C)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 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Enum_element_value.type_name_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ".#"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Enum_element_value.const_name_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         6: .line 315
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Boolean resolveIndices
        end local 1 // com.sun.tools.classfile.Annotation$Enum_element_value ev
        end local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/sun/tools/javap/AnnotationWriter$element_value_Writer;
            0    7     1              ev  Lcom/sun/tools/classfile/Annotation$Enum_element_value;
            0    7     2  resolveIndices  Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      ev              
      resolveIndices  

  public java.lang.Void visitClass(com.sun.tools.classfile.Annotation$Class_element_value, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Class_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
        start local 1 // com.sun.tools.classfile.Annotation$Class_element_value ev
        start local 2 // java.lang.Boolean resolveIndices
         0: .line 320
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 4
         1: .line 321
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "class "
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         2: .line 322
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Class_element_value.class_info_index:I
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.sun.tools.javap.AnnotationWriter.writeIndex:(IZ)V
         3: .line 323
            goto 5
         4: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            new java.lang.StringBuilder
            dup
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Class_element_value.tag:I
            i2c
            invokestatic java.lang.String.valueOf:(C)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 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Class_element_value.class_info_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         5: .line 326
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Boolean resolveIndices
        end local 1 // com.sun.tools.classfile.Annotation$Class_element_value ev
        end local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/sun/tools/javap/AnnotationWriter$element_value_Writer;
            0    6     1              ev  Lcom/sun/tools/classfile/Annotation$Class_element_value;
            0    6     2  resolveIndices  Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      ev              
      resolveIndices  

  public java.lang.Void visitAnnotation(com.sun.tools.classfile.Annotation$Annotation_element_value, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Annotation_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
        start local 1 // com.sun.tools.classfile.Annotation$Annotation_element_value ev
        start local 2 // java.lang.Boolean resolveIndices
         0: .line 331
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Annotation_element_value.tag:I
            i2c
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/Object;)V
         1: .line 332
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Annotation_element_value.annotation_value:Lcom/sun/tools/classfile/Annotation;
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.sun.tools.javap.AnnotationWriter.write:(Lcom/sun/tools/classfile/Annotation;Z)V
         2: .line 333
            aconst_null
            areturn
        end local 2 // java.lang.Boolean resolveIndices
        end local 1 // com.sun.tools.classfile.Annotation$Annotation_element_value ev
        end local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/sun/tools/javap/AnnotationWriter$element_value_Writer;
            0    3     1              ev  Lcom/sun/tools/classfile/Annotation$Annotation_element_value;
            0    3     2  resolveIndices  Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      ev              
      resolveIndices  

  public java.lang.Void visitArray(com.sun.tools.classfile.Annotation$Array_element_value, java.lang.Boolean);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Array_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
        start local 1 // com.sun.tools.classfile.Annotation$Array_element_value ev
        start local 2 // java.lang.Boolean resolveIndices
         0: .line 338
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "["
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         1: .line 339
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 340
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            ifle 5
         4: .line 341
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc ","
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         5: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
            iload 3 /* i */
            aaload
            aload 2 /* resolveIndices */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.sun.tools.javap.AnnotationWriter$element_value_Writer.write:(Lcom/sun/tools/classfile/Annotation$element_value;Z)V
         6: .line 339
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* ev */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.num_values:I
            if_icmplt 3
        end local 3 // int i
         8: .line 344
            aload 0 /* this */
            getfield com.sun.tools.javap.AnnotationWriter$element_value_Writer.this$0:Lcom/sun/tools/javap/AnnotationWriter;
            ldc "]"
            invokevirtual com.sun.tools.javap.AnnotationWriter.print:(Ljava/lang/String;)V
         9: .line 345
            aconst_null
            areturn
        end local 2 // java.lang.Boolean resolveIndices
        end local 1 // com.sun.tools.classfile.Annotation$Array_element_value ev
        end local 0 // com.sun.tools.javap.AnnotationWriter$element_value_Writer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/sun/tools/javap/AnnotationWriter$element_value_Writer;
            0   10     1              ev  Lcom/sun/tools/classfile/Annotation$Array_element_value;
            0   10     2  resolveIndices  Ljava/lang/Boolean;
            2    8     3               i  I
    MethodParameters:
                Name  Flags
      ev              
      resolveIndices  

  public java.lang.Object visitArray(com.sun.tools.classfile.Annotation$Array_element_value, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Array_element_value;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.Boolean
            invokevirtual com.sun.tools.javap.AnnotationWriter$element_value_Writer.visitArray:(Lcom/sun/tools/classfile/Annotation$Array_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitEnum(com.sun.tools.classfile.Annotation$Enum_element_value, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Enum_element_value;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.Boolean
            invokevirtual com.sun.tools.javap.AnnotationWriter$element_value_Writer.visitEnum:(Lcom/sun/tools/classfile/Annotation$Enum_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitClass(com.sun.tools.classfile.Annotation$Class_element_value, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Class_element_value;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.Boolean
            invokevirtual com.sun.tools.javap.AnnotationWriter$element_value_Writer.visitClass:(Lcom/sun/tools/classfile/Annotation$Class_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitPrimitive(com.sun.tools.classfile.Annotation$Primitive_element_value, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Primitive_element_value;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.Boolean
            invokevirtual com.sun.tools.javap.AnnotationWriter$element_value_Writer.visitPrimitive:(Lcom/sun/tools/classfile/Annotation$Primitive_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitAnnotation(com.sun.tools.classfile.Annotation$Annotation_element_value, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Annotation$Annotation_element_value;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.Boolean
            invokevirtual com.sun.tools.javap.AnnotationWriter$element_value_Writer.visitAnnotation:(Lcom/sun/tools/classfile/Annotation$Annotation_element_value;Ljava/lang/Boolean;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/Annotation$element_value$Visitor<Ljava/lang/Void;Ljava/lang/Boolean;>;
SourceFile: "AnnotationWriter.java"
NestHost: com.sun.tools.javap.AnnotationWriter
InnerClasses:
  public Annotation_element_value = com.sun.tools.classfile.Annotation$Annotation_element_value of com.sun.tools.classfile.Annotation
  public Array_element_value = com.sun.tools.classfile.Annotation$Array_element_value of com.sun.tools.classfile.Annotation
  public Class_element_value = com.sun.tools.classfile.Annotation$Class_element_value of com.sun.tools.classfile.Annotation
  public Enum_element_value = com.sun.tools.classfile.Annotation$Enum_element_value of com.sun.tools.classfile.Annotation
  public Primitive_element_value = com.sun.tools.classfile.Annotation$Primitive_element_value of com.sun.tools.classfile.Annotation
  public abstract element_value = com.sun.tools.classfile.Annotation$element_value of com.sun.tools.classfile.Annotation
  public abstract Visitor = com.sun.tools.classfile.Annotation$element_value$Visitor of com.sun.tools.classfile.Annotation$element_value
  element_value_Writer = com.sun.tools.javap.AnnotationWriter$element_value_Writer of com.sun.tools.javap.AnnotationWriter