public class org.objectweb.asm.util.CheckSignatureAdapter extends org.objectweb.asm.signature.SignatureVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.util.CheckSignatureAdapter
  super_class: org.objectweb.asm.signature.SignatureVisitor
{
  public static final int CLASS_SIGNATURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int METHOD_SIGNATURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TYPE_SIGNATURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

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

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

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

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

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

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

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

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

  private final int type;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int state;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean canBeVoid;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final org.objectweb.asm.signature.SignatureVisitor sv;
    descriptor: Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, org.objectweb.asm.signature.SignatureVisitor);
    descriptor: (ILorg/objectweb/asm/signature/SignatureVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // int type
        start local 2 // org.objectweb.asm.signature.SignatureVisitor sv
         0: .line 116
            aload 0 /* this */
            ldc 262144
            iload 1 /* type */
            aload 2 /* sv */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(IILorg/objectweb/asm/signature/SignatureVisitor;)V
         1: .line 117
            return
        end local 2 // org.objectweb.asm.signature.SignatureVisitor sv
        end local 1 // int type
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    2     1  type  I
            0    2     2    sv  Lorg/objectweb/asm/signature/SignatureVisitor;
    MethodParameters:
      Name  Flags
      type  final
      sv    final

  protected void <init>(int, int, org.objectweb.asm.signature.SignatureVisitor);
    descriptor: (IILorg/objectweb/asm/signature/SignatureVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // int api
        start local 2 // int type
        start local 3 // org.objectweb.asm.signature.SignatureVisitor sv
         0: .line 135
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.signature.SignatureVisitor.<init>:(I)V
         1: .line 136
            aload 0 /* this */
            iload 2 /* type */
            putfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
         2: .line 137
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         3: .line 138
            aload 0 /* this */
            aload 3 /* sv */
            putfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
         4: .line 139
            return
        end local 3 // org.objectweb.asm.signature.SignatureVisitor sv
        end local 2 // int type
        end local 1 // int api
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    5     1   api  I
            0    5     2  type  I
            0    5     3    sv  Lorg/objectweb/asm/signature/SignatureVisitor;
    MethodParameters:
      Name  Flags
      api   final
      type  final
      sv    final

  public void visitFormalTypeParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // java.lang.String name
         0: .line 145
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_2
            if_icmpeq 2
         1: .line 146
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_1
            if_icmpeq 3
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_2
            if_icmpeq 3
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_4
            if_icmpeq 3
         2: .line 147
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "formal type parameter"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkIdentifier:(Ljava/lang/String;Ljava/lang/String;)V
         4: .line 150
            aload 0 /* this */
            iconst_2
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         5: .line 151
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 7
         6: .line 152
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitFormalTypeParameter:(Ljava/lang/String;)V
         7: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    8     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public org.objectweb.asm.signature.SignatureVisitor visitClassBound();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 158
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_2
            if_icmpeq 2
         1: .line 159
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         3: .line 162
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitClassBound:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         5: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         6: .line 163
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            6    7     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public org.objectweb.asm.signature.SignatureVisitor visitInterfaceBound();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 168
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_2
            if_icmpeq 2
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_4
            if_icmpeq 2
         1: .line 169
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitInterfaceBound:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         4: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         5: .line 172
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            5    6     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public org.objectweb.asm.signature.SignatureVisitor visitSuperclass();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 179
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            ifne 1
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            bipush 7
            iand
            ifne 2
         1: .line 180
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 8
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         3: .line 183
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitSuperclass:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         5: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         6: .line 184
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            6    7     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public org.objectweb.asm.signature.SignatureVisitor visitInterface();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 189
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            bipush 8
            if_icmpeq 2
         1: .line 190
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitInterface:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         4: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         5: .line 193
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            5    6     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public org.objectweb.asm.signature.SignatureVisitor visitParameterType();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 200
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_1
            if_icmpne 2
         1: .line 201
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            bipush 23
            iand
            ifne 3
         2: .line 202
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         4: .line 205
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitParameterType:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         6: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         7: .line 206
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            7    8     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public org.objectweb.asm.signature.SignatureVisitor visitReturnType();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 211
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_1
            if_icmpne 2
         1: .line 212
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            bipush 23
            iand
            ifne 3
         2: .line 213
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         4: .line 216
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitReturnType:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         6: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         7: .line 217
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            astore 2 /* cv */
        start local 2 // org.objectweb.asm.util.CheckSignatureAdapter cv
         8: .line 218
            aload 2 /* cv */
            iconst_1
            putfield org.objectweb.asm.util.CheckSignatureAdapter.canBeVoid:Z
         9: .line 219
            aload 2 /* cv */
            areturn
        end local 2 // org.objectweb.asm.util.CheckSignatureAdapter cv
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            7   10     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;
            8   10     2    cv  Lorg/objectweb/asm/util/CheckSignatureAdapter;

  public org.objectweb.asm.signature.SignatureVisitor visitExceptionType();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 224
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            bipush 32
            if_icmpeq 2
         1: .line 225
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitExceptionType:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         4: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         5: .line 228
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            5    6     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public void visitBaseType(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // char descriptor
         0: .line 235
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_2
            if_icmpne 1
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_1
            if_icmpeq 2
         1: .line 236
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 238
      StackMap locals:
      StackMap stack:
            iload 1 /* descriptor */
            bipush 86
            if_icmpne 5
         3: .line 239
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.canBeVoid:Z
            ifne 7
         4: .line 240
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 243
      StackMap locals:
      StackMap stack:
            ldc "ZCBSIFJD"
            iload 1 /* descriptor */
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpne 7
         6: .line 244
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         7: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 64
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         8: .line 248
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 10
         9: .line 249
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            iload 1 /* descriptor */
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitBaseType:(C)V
        10: .line 251
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char descriptor
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0   11     1  descriptor  C
    MethodParameters:
            Name  Flags
      descriptor  final

  public void visitTypeVariable(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // java.lang.String name
         0: .line 255
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_2
            if_icmpne 1
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_1
            if_icmpeq 2
         1: .line 256
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "type variable"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkIdentifier:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 259
            aload 0 /* this */
            bipush 64
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         4: .line 260
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 6
         5: .line 261
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitTypeVariable:(Ljava/lang/String;)V
         6: .line 263
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    7     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public org.objectweb.asm.signature.SignatureVisitor visitArrayType();
    descriptor: ()Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 267
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_2
            if_icmpne 1
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_1
            if_icmpeq 2
         1: .line 268
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 64
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         3: .line 271
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitArrayType:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         5: astore 1 /* v */
        start local 1 // org.objectweb.asm.signature.SignatureVisitor v
         6: .line 272
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 1 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 1 // org.objectweb.asm.signature.SignatureVisitor v
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            6    7     1     v  Lorg/objectweb/asm/signature/SignatureVisitor;

  public void visitClassType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // java.lang.String name
         0: .line 277
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.type:I
            iconst_2
            if_icmpne 1
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            iconst_1
            if_icmpeq 2
         1: .line 278
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "class name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 281
            aload 0 /* this */
            sipush 128
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         4: .line 282
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 6
         5: .line 283
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitClassType:(Ljava/lang/String;)V
         6: .line 285
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    7     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public void visitInnerClassType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // java.lang.String name
         0: .line 289
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            sipush 128
            if_icmpeq 2
         1: .line 290
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "inner class name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkIdentifier:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 293
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 5
         4: .line 294
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitInnerClassType:(Ljava/lang/String;)V
         5: .line 296
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    6     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public void visitTypeArgument();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
         0: .line 300
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            sipush 128
            if_icmpeq 2
         1: .line 301
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 4
         3: .line 304
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitTypeArgument:()V
         4: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;

  public org.objectweb.asm.signature.SignatureVisitor visitTypeArgument(char);
    descriptor: (C)Lorg/objectweb/asm/signature/SignatureVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
        start local 1 // char wildcard
         0: .line 310
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            sipush 128
            if_icmpeq 2
         1: .line 311
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 313
      StackMap locals:
      StackMap stack:
            ldc "+-="
            iload 1 /* wildcard */
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpne 4
         3: .line 314
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            iload 1 /* wildcard */
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitTypeArgument:(C)Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.signature.SignatureVisitor
         6: astore 2 /* v */
        start local 2 // org.objectweb.asm.signature.SignatureVisitor v
         7: .line 317
            new org.objectweb.asm.util.CheckSignatureAdapter
            dup
            iconst_2
            aload 2 /* v */
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter.<init>:(ILorg/objectweb/asm/signature/SignatureVisitor;)V
            areturn
        end local 2 // org.objectweb.asm.signature.SignatureVisitor v
        end local 1 // char wildcard
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
            0    8     1  wildcard  C
            7    8     2         v  Lorg/objectweb/asm/signature/SignatureVisitor;
    MethodParameters:
          Name  Flags
      wildcard  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.CheckSignatureAdapter this
         0: .line 322
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
            sipush 128
            if_icmpeq 2
         1: .line 323
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 256
            putfield org.objectweb.asm.util.CheckSignatureAdapter.state:I
         3: .line 326
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            ifnull 5
         4: .line 327
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckSignatureAdapter.sv:Lorg/objectweb/asm/signature/SignatureVisitor;
            invokevirtual org.objectweb.asm.signature.SignatureVisitor.visitEnd:()V
         5: .line 329
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter;
}
SourceFile: "CheckSignatureAdapter.java"