public abstract class org.objectweb.asm.AnnotationVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.objectweb.asm.AnnotationVisitor
  super_class: java.lang.Object
{
  protected final int api;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected org.objectweb.asm.AnnotationVisitor av;
    descriptor: Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // int api
         0: .line 62
            aload 0 /* this */
            iload 1 /* api */
            aconst_null
            invokespecial org.objectweb.asm.AnnotationVisitor.<init>:(ILorg/objectweb/asm/AnnotationVisitor;)V
         1: .line 63
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/AnnotationVisitor;
            0    2     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void <init>(int, org.objectweb.asm.AnnotationVisitor);
    descriptor: (ILorg/objectweb/asm/AnnotationVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // int api
        start local 2 // org.objectweb.asm.AnnotationVisitor av
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            iload 1 /* api */
            ldc 262144
            if_icmpeq 3
         2: .line 77
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 79
      StackMap locals: org.objectweb.asm.AnnotationVisitor int org.objectweb.asm.AnnotationVisitor
      StackMap stack:
            aload 0 /* this */
            iload 1 /* api */
            putfield org.objectweb.asm.AnnotationVisitor.api:I
         4: .line 80
            aload 0 /* this */
            aload 2 /* av */
            putfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
         5: .line 81
            return
        end local 2 // org.objectweb.asm.AnnotationVisitor av
        end local 1 // int api
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/AnnotationVisitor;
            0    6     1   api  I
            0    6     2    av  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
      Name  Flags
      api   final
      av    final

  public void visit(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 99
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 100
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void visitEnum(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String value
         0: .line 115
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 116
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* value */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1   name  Ljava/lang/String;
            0    3     2   desc  Ljava/lang/String;
            0    3     3  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      desc   
      value  

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
         0: .line 134
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 135
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            aload 2 /* desc */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 137
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1  name  Ljava/lang/String;
            0    3     2  desc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
      desc  

  public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
         0: .line 155
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 156
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.AnnotationVisitor this
         0: .line 165
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 166
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
         2: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/AnnotationVisitor;
}
SourceFile: "AnnotationVisitor.java"