public class org.objectweb.asm.util.CheckFieldAdapter extends org.objectweb.asm.FieldVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.util.CheckFieldAdapter
  super_class: org.objectweb.asm.FieldVisitor
{
  private boolean end;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.objectweb.asm.FieldVisitor);
    descriptor: (Lorg/objectweb/asm/FieldVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckFieldAdapter this
        start local 1 // org.objectweb.asm.FieldVisitor fv
         0: .line 53
            aload 0 /* this */
            ldc 262144
            aload 1 /* fv */
            invokespecial org.objectweb.asm.util.CheckFieldAdapter.<init>:(ILorg/objectweb/asm/FieldVisitor;)V
         1: .line 54
            return
        end local 1 // org.objectweb.asm.FieldVisitor fv
        end local 0 // org.objectweb.asm.util.CheckFieldAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/util/CheckFieldAdapter;
            0    2     1    fv  Lorg/objectweb/asm/FieldVisitor;
    MethodParameters:
      Name  Flags
      fv    final

  protected void <init>(int, org.objectweb.asm.FieldVisitor);
    descriptor: (ILorg/objectweb/asm/FieldVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckFieldAdapter this
        start local 1 // int api
        start local 2 // org.objectweb.asm.FieldVisitor fv
         0: .line 66
            aload 0 /* this */
            iload 1 /* api */
            aload 2 /* fv */
            invokespecial org.objectweb.asm.FieldVisitor.<init>:(ILorg/objectweb/asm/FieldVisitor;)V
         1: .line 67
            return
        end local 2 // org.objectweb.asm.FieldVisitor fv
        end local 1 // int api
        end local 0 // org.objectweb.asm.util.CheckFieldAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/util/CheckFieldAdapter;
            0    2     1   api  I
            0    2     2    fv  Lorg/objectweb/asm/FieldVisitor;
    MethodParameters:
      Name  Flags
      api   final
      fv    final

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckFieldAdapter this
        start local 1 // java.lang.String desc
        start local 2 // boolean visible
         0: .line 72
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckFieldAdapter.checkEnd:()V
         1: .line 73
            aload 1 /* desc */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDesc:(Ljava/lang/String;Z)V
         2: .line 74
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
            aload 0 /* this */
            aload 1 /* desc */
            iload 2 /* visible */
            invokespecial org.objectweb.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.util.CheckFieldAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/util/CheckFieldAdapter;
            0    3     1     desc  Ljava/lang/String;
            0    3     2  visible  Z
    MethodParameters:
         Name  Flags
      desc     final
      visible  final

  public void visitAttribute(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckFieldAdapter this
        start local 1 // org.objectweb.asm.Attribute attr
         0: .line 79
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckFieldAdapter.checkEnd:()V
         1: .line 80
            aload 1 /* attr */
            ifnonnull 5
         2: .line 81
            new java.lang.IllegalArgumentException
            dup
         3: .line 82
            ldc "Invalid attribute (must not be null)"
         4: .line 81
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attr */
            invokespecial org.objectweb.asm.FieldVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
         6: .line 85
            return
        end local 1 // org.objectweb.asm.Attribute attr
        end local 0 // org.objectweb.asm.util.CheckFieldAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/util/CheckFieldAdapter;
            0    7     1  attr  Lorg/objectweb/asm/Attribute;
    MethodParameters:
      Name  Flags
      attr  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckFieldAdapter this
         0: .line 89
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckFieldAdapter.checkEnd:()V
         1: .line 90
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.util.CheckFieldAdapter.end:Z
         2: .line 91
            aload 0 /* this */
            invokespecial org.objectweb.asm.FieldVisitor.visitEnd:()V
         3: .line 92
            return
        end local 0 // org.objectweb.asm.util.CheckFieldAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/util/CheckFieldAdapter;

  private void checkEnd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckFieldAdapter this
         0: .line 95
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckFieldAdapter.end:Z
            ifeq 4
         1: .line 96
            new java.lang.IllegalStateException
            dup
         2: .line 97
            ldc "Cannot call a visit method after visitEnd has been called"
         3: .line 96
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.util.CheckFieldAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/util/CheckFieldAdapter;
}
SourceFile: "CheckFieldAdapter.java"