public class org.objectweb.asm.tree.analysis.SimpleVerifier extends org.objectweb.asm.tree.analysis.BasicVerifier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.analysis.SimpleVerifier
  super_class: org.objectweb.asm.tree.analysis.BasicVerifier
{
  private final org.objectweb.asm.Type currentClass;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.objectweb.asm.Type currentSuperClass;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.objectweb.asm.Type> currentClassInterfaces;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/objectweb/asm/Type;>;

  private final boolean isInterface;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.ClassLoader loader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
         0: .line 63
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            invokespecial org.objectweb.asm.tree.analysis.SimpleVerifier.<init>:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Z)V
         1: .line 64
            return
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;

  public void <init>(org.objectweb.asm.Type, org.objectweb.asm.Type, boolean);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type currentClass
        start local 2 // org.objectweb.asm.Type currentSuperClass
        start local 3 // boolean isInterface
         0: .line 77
            aload 0 /* this */
            aload 1 /* currentClass */
            aload 2 /* currentSuperClass */
            aconst_null
            iload 3 /* isInterface */
            invokespecial org.objectweb.asm.tree.analysis.SimpleVerifier.<init>:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/util/List;Z)V
         1: .line 78
            return
        end local 3 // boolean isInterface
        end local 2 // org.objectweb.asm.Type currentSuperClass
        end local 1 // org.objectweb.asm.Type currentClass
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    2     1       currentClass  Lorg/objectweb/asm/Type;
            0    2     2  currentSuperClass  Lorg/objectweb/asm/Type;
            0    2     3        isInterface  Z
    MethodParameters:
                   Name  Flags
      currentClass       final
      currentSuperClass  final
      isInterface        final

  public void <init>(org.objectweb.asm.Type, org.objectweb.asm.Type, java.util.List<org.objectweb.asm.Type>, );
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/util/List;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type currentClass
        start local 2 // org.objectweb.asm.Type currentSuperClass
        start local 3 // java.util.List currentClassInterfaces
        start local 4 // boolean isInterface
         0: .line 96
            aload 0 /* this */
         1: .line 97
            ldc 524288
         2: .line 98
            aload 1 /* currentClass */
         3: .line 99
            aload 2 /* currentSuperClass */
         4: .line 100
            aload 3 /* currentClassInterfaces */
         5: .line 101
            iload 4 /* isInterface */
            invokespecial org.objectweb.asm.tree.analysis.SimpleVerifier.<init>:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/util/List;Z)V
         6: .line 102
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            if_acmpeq 8
         7: .line 103
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         8: .line 105
      StackMap locals: org.objectweb.asm.tree.analysis.SimpleVerifier org.objectweb.asm.Type org.objectweb.asm.Type java.util.List int
      StackMap stack:
            return
        end local 4 // boolean isInterface
        end local 3 // java.util.List currentClassInterfaces
        end local 2 // org.objectweb.asm.Type currentSuperClass
        end local 1 // org.objectweb.asm.Type currentClass
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    9     1            currentClass  Lorg/objectweb/asm/Type;
            0    9     2       currentSuperClass  Lorg/objectweb/asm/Type;
            0    9     3  currentClassInterfaces  Ljava/util/List<Lorg/objectweb/asm/Type;>;
            0    9     4             isInterface  Z
    Signature: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/util/List<Lorg/objectweb/asm/Type;>;Z)V
    MethodParameters:
                        Name  Flags
      currentClass            final
      currentSuperClass       final
      currentClassInterfaces  final
      isInterface             final

  protected void <init>(int, org.objectweb.asm.Type, org.objectweb.asm.Type, java.util.List<org.objectweb.asm.Type>, );
    descriptor: (ILorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/util/List;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // int api
        start local 2 // org.objectweb.asm.Type currentClass
        start local 3 // org.objectweb.asm.Type currentSuperClass
        start local 4 // java.util.List currentClassInterfaces
        start local 5 // boolean isInterface
         0: .line 127
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.tree.analysis.BasicVerifier.<init>:(I)V
         1: .line 56
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            putfield org.objectweb.asm.tree.analysis.SimpleVerifier.loader:Ljava/lang/ClassLoader;
         2: .line 128
            aload 0 /* this */
            aload 2 /* currentClass */
            putfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
         3: .line 129
            aload 0 /* this */
            aload 3 /* currentSuperClass */
            putfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentSuperClass:Lorg/objectweb/asm/Type;
         4: .line 130
            aload 0 /* this */
            aload 4 /* currentClassInterfaces */
            putfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClassInterfaces:Ljava/util/List;
         5: .line 131
            aload 0 /* this */
            iload 5 /* isInterface */
            putfield org.objectweb.asm.tree.analysis.SimpleVerifier.isInterface:Z
         6: .line 132
            return
        end local 5 // boolean isInterface
        end local 4 // java.util.List currentClassInterfaces
        end local 3 // org.objectweb.asm.Type currentSuperClass
        end local 2 // org.objectweb.asm.Type currentClass
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    7     1                     api  I
            0    7     2            currentClass  Lorg/objectweb/asm/Type;
            0    7     3       currentSuperClass  Lorg/objectweb/asm/Type;
            0    7     4  currentClassInterfaces  Ljava/util/List<Lorg/objectweb/asm/Type;>;
            0    7     5             isInterface  Z
    Signature: (ILorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/util/List<Lorg/objectweb/asm/Type;>;Z)V
    MethodParameters:
                        Name  Flags
      api                     final
      currentClass            final
      currentSuperClass       final
      currentClassInterfaces  final
      isInterface             final

  public void setClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // java.lang.ClassLoader loader
         0: .line 140
            aload 0 /* this */
            aload 1 /* loader */
            putfield org.objectweb.asm.tree.analysis.SimpleVerifier.loader:Ljava/lang/ClassLoader;
         1: .line 141
            return
        end local 1 // java.lang.ClassLoader loader
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    2     1  loader  Ljava/lang/ClassLoader;
    MethodParameters:
        Name  Flags
      loader  final

  public org.objectweb.asm.tree.analysis.BasicValue newValue(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type type
         0: .line 145
            aload 1 /* type */
            ifnonnull 2
         1: .line 146
            getstatic org.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* isArray */
        start local 2 // boolean isArray
         5: .line 150
            iload 2 /* isArray */
            ifeq 8
         6: .line 151
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getElementType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 4
                    1: 7
                    2: 7
                    3: 7
                    4: 7
              default: 8
          }
         7: .line 156
      StackMap locals: int
      StackMap stack:
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            aload 1 /* type */
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            areturn
         8: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokespecial org.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/BasicValue;
            astore 3 /* value */
        start local 3 // org.objectweb.asm.tree.analysis.BasicValue value
         9: .line 163
            getstatic org.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            aload 3 /* value */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.equals:(Ljava/lang/Object;)Z
            ifeq 22
        10: .line 164
            iload 2 /* isArray */
            ifeq 21
        11: .line 165
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getElementType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/BasicValue;
            astore 3 /* value */
        12: .line 166
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* descriptor */
        start local 4 // java.lang.StringBuilder descriptor
        13: .line 167
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: goto 17
        15: .line 168
      StackMap locals: org.objectweb.asm.tree.analysis.BasicValue java.lang.StringBuilder int
      StackMap stack:
            aload 4 /* descriptor */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        16: .line 167
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getDimensions:()I
            if_icmplt 15
        end local 5 // int i
        18: .line 170
            aload 4 /* descriptor */
            aload 3 /* value */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 171
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            aload 4 /* descriptor */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            astore 3 /* value */
        end local 4 // java.lang.StringBuilder descriptor
        20: .line 172
            goto 22
        21: .line 173
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            aload 1 /* type */
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            astore 3 /* value */
        22: .line 176
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            areturn
        end local 3 // org.objectweb.asm.tree.analysis.BasicValue value
        end local 2 // boolean isArray
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0   23     1        type  Lorg/objectweb/asm/Type;
            5   23     2     isArray  Z
            9   23     3       value  Lorg/objectweb/asm/tree/analysis/BasicValue;
           13   20     4  descriptor  Ljava/lang/StringBuilder;
           14   18     5           i  I
    MethodParameters:
      Name  Flags
      type  final

  protected boolean isArrayValue(org.objectweb.asm.tree.analysis.BasicValue);
    descriptor: (Lorg/objectweb/asm/tree/analysis/BasicValue;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.tree.analysis.BasicValue value
         0: .line 181
            aload 1 /* value */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            astore 2 /* type */
        start local 2 // org.objectweb.asm.Type type
         1: .line 182
            aload 2 /* type */
            ifnull 3
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpeq 2
            aload 2 /* type */
            getstatic org.objectweb.asm.tree.analysis.SimpleVerifier.NULL_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 3
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
         2: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.objectweb.asm.Type type
        end local 1 // org.objectweb.asm.tree.analysis.BasicValue value
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    4     1  value  Lorg/objectweb/asm/tree/analysis/BasicValue;
            1    4     2   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      value  final

  protected org.objectweb.asm.tree.analysis.BasicValue getElementValue(org.objectweb.asm.tree.analysis.BasicValue);
    descriptor: (Lorg/objectweb/asm/tree/analysis/BasicValue;)Lorg/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.tree.analysis.BasicValue objectArrayValue
         0: .line 187
            aload 1 /* objectArrayValue */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            astore 2 /* arrayType */
        start local 2 // org.objectweb.asm.Type arrayType
         1: .line 188
            aload 2 /* arrayType */
            ifnull 6
         2: .line 189
            aload 2 /* arrayType */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 4
         3: .line 190
            aload 0 /* this */
            aload 2 /* arrayType */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
         4: .line 191
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 2 /* arrayType */
            getstatic org.objectweb.asm.tree.analysis.SimpleVerifier.NULL_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 192
            aload 1 /* objectArrayValue */
            areturn
         6: .line 195
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 2 // org.objectweb.asm.Type arrayType
        end local 1 // org.objectweb.asm.tree.analysis.BasicValue objectArrayValue
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    7     1  objectArrayValue  Lorg/objectweb/asm/tree/analysis/BasicValue;
            1    7     2         arrayType  Lorg/objectweb/asm/Type;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
                  Name  Flags
      objectArrayValue  final

  protected boolean isSubTypeOf(org.objectweb.asm.tree.analysis.BasicValue, org.objectweb.asm.tree.analysis.BasicValue);
    descriptor: (Lorg/objectweb/asm/tree/analysis/BasicValue;Lorg/objectweb/asm/tree/analysis/BasicValue;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.tree.analysis.BasicValue value
        start local 2 // org.objectweb.asm.tree.analysis.BasicValue expected
         0: .line 200
            aload 2 /* expected */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            astore 3 /* expectedType */
        start local 3 // org.objectweb.asm.Type expectedType
         1: .line 201
            aload 1 /* value */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            astore 4 /* type */
        start local 4 // org.objectweb.asm.Type type
         2: .line 202
            aload 3 /* expectedType */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 5 - 10
                    5: 3
                    6: 3
                    7: 3
                    8: 3
                    9: 4
                   10: 4
              default: 13
          }
         3: .line 207
      StackMap locals: org.objectweb.asm.Type org.objectweb.asm.Type
      StackMap stack:
            aload 4 /* type */
            aload 3 /* expectedType */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 210
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            getstatic org.objectweb.asm.tree.analysis.SimpleVerifier.NULL_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 211
            iconst_1
            ireturn
         6: .line 212
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 7
            aload 4 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 12
         7: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* expectedType */
            aload 4 /* type */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ifeq 9
         8: .line 214
            iconst_1
            ireturn
         9: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* expectedType */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getClass:(Lorg/objectweb/asm/Type;)Ljava/lang/Class;
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 11
        10: .line 220
            ldc Ljava/lang/Object;
            aload 0 /* this */
            aload 4 /* type */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getClass:(Lorg/objectweb/asm/Type;)Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        11: .line 222
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        12: .line 225
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 228
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // org.objectweb.asm.Type type
        end local 3 // org.objectweb.asm.Type expectedType
        end local 2 // org.objectweb.asm.tree.analysis.BasicValue expected
        end local 1 // org.objectweb.asm.tree.analysis.BasicValue value
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0   14     1         value  Lorg/objectweb/asm/tree/analysis/BasicValue;
            0   14     2      expected  Lorg/objectweb/asm/tree/analysis/BasicValue;
            1   14     3  expectedType  Lorg/objectweb/asm/Type;
            2   14     4          type  Lorg/objectweb/asm/Type;
    MethodParameters:
          Name  Flags
      value     final
      expected  final

  public org.objectweb.asm.tree.analysis.BasicValue merge(org.objectweb.asm.tree.analysis.BasicValue, org.objectweb.asm.tree.analysis.BasicValue);
    descriptor: (Lorg/objectweb/asm/tree/analysis/BasicValue;Lorg/objectweb/asm/tree/analysis/BasicValue;)Lorg/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.tree.analysis.BasicValue value1
        start local 2 // org.objectweb.asm.tree.analysis.BasicValue value2
         0: .line 234
            aload 1 /* value1 */
            aload 2 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.equals:(Ljava/lang/Object;)Z
            ifne 30
         1: .line 235
            aload 1 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            astore 3 /* type1 */
        start local 3 // org.objectweb.asm.Type type1
         2: .line 236
            aload 2 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.BasicValue.getType:()Lorg/objectweb/asm/Type;
            astore 4 /* type2 */
        start local 4 // org.objectweb.asm.Type type2
         3: .line 237
            aload 3 /* type1 */
            ifnull 29
         4: .line 238
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 5
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 29
         5: .line 239
      StackMap locals: org.objectweb.asm.Type org.objectweb.asm.Type
      StackMap stack:
            aload 4 /* type2 */
            ifnull 29
         6: .line 240
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 7
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 29
         7: .line 241
      StackMap locals:
      StackMap stack:
            aload 3 /* type1 */
            getstatic org.objectweb.asm.tree.analysis.SimpleVerifier.NULL_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 242
            aload 2 /* value2 */
            areturn
         9: .line 244
      StackMap locals:
      StackMap stack:
            aload 4 /* type2 */
            getstatic org.objectweb.asm.tree.analysis.SimpleVerifier.NULL_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 245
            aload 1 /* value1 */
            areturn
        11: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* type1 */
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ifeq 13
        12: .line 248
            aload 1 /* value1 */
            areturn
        13: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* type2 */
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ifeq 15
        14: .line 251
            aload 2 /* value2 */
            areturn
        15: .line 253
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* numDimensions */
        start local 5 // int numDimensions
        16: .line 254
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 24
        17: .line 255
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 24
        18: .line 256
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getDimensions:()I
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.Type.getDimensions:()I
            if_icmpne 24
        19: .line 257
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getElementType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpne 24
        20: .line 258
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.Type.getElementType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpne 24
        21: .line 259
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getDimensions:()I
            istore 5 /* numDimensions */
        22: .line 260
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.Type.getElementType:()Lorg/objectweb/asm/Type;
            astore 3 /* type1 */
        23: .line 261
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.Type.getElementType:()Lorg/objectweb/asm/Type;
            astore 4 /* type2 */
        24: .line 264
      StackMap locals: int
      StackMap stack:
            aload 3 /* type1 */
            ifnull 25
            aload 0 /* this */
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isInterface:(Lorg/objectweb/asm/Type;)Z
            ifeq 26
        25: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "java/lang/Object"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            iload 5 /* numDimensions */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.newArrayValue:(Lorg/objectweb/asm/Type;I)Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
        26: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* type1 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getSuperClass:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 3 /* type1 */
        27: .line 268
            aload 0 /* this */
            aload 3 /* type1 */
            aload 4 /* type2 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ifeq 24
        28: .line 269
            aload 0 /* this */
            aload 3 /* type1 */
            iload 5 /* numDimensions */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.newArrayValue:(Lorg/objectweb/asm/Type;I)Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
        end local 5 // int numDimensions
        29: .line 273
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
        end local 4 // org.objectweb.asm.Type type2
        end local 3 // org.objectweb.asm.Type type1
        30: .line 275
      StackMap locals:
      StackMap stack:
            aload 1 /* value1 */
            areturn
        end local 2 // org.objectweb.asm.tree.analysis.BasicValue value2
        end local 1 // org.objectweb.asm.tree.analysis.BasicValue value1
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0   31     1         value1  Lorg/objectweb/asm/tree/analysis/BasicValue;
            0   31     2         value2  Lorg/objectweb/asm/tree/analysis/BasicValue;
            2   30     3          type1  Lorg/objectweb/asm/Type;
            3   30     4          type2  Lorg/objectweb/asm/Type;
           16   29     5  numDimensions  I
    MethodParameters:
        Name  Flags
      value1  final
      value2  final

  private org.objectweb.asm.tree.analysis.BasicValue newArrayValue(org.objectweb.asm.Type, int);
    descriptor: (Lorg/objectweb/asm/Type;I)Lorg/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int dimensions
         0: .line 279
            iload 2 /* dimensions */
            ifne 2
         1: .line 280
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
         2: .line 282
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* descriptor */
        start local 3 // java.lang.StringBuilder descriptor
         3: .line 283
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 284
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 3 /* descriptor */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 283
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* dimensions */
            if_icmplt 5
        end local 4 // int i
         8: .line 286
            aload 3 /* descriptor */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 287
            aload 0 /* this */
            aload 3 /* descriptor */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/BasicValue;
            areturn
        end local 3 // java.lang.StringBuilder descriptor
        end local 2 // int dimensions
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0   10     1        type  Lorg/objectweb/asm/Type;
            0   10     2  dimensions  I
            3   10     3  descriptor  Ljava/lang/StringBuilder;
            4    8     4           i  I
    MethodParameters:
            Name  Flags
      type        final
      dimensions  final

  protected boolean isInterface(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type type
         0: .line 300
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            ifnull 2
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 301
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.isInterface:Z
            ireturn
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getClass:(Lorg/objectweb/asm/Type;)Ljava/lang/Class;
            invokevirtual java.lang.Class.isInterface:()Z
            ireturn
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    3     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  protected org.objectweb.asm.Type getSuperClass(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type type
         0: .line 315
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            ifnull 2
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 316
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentSuperClass:Lorg/objectweb/asm/Type;
            areturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getClass:(Lorg/objectweb/asm/Type;)Ljava/lang/Class;
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 2 /* superClass */
        start local 2 // java.lang.Class superClass
         3: .line 319
            aload 2 /* superClass */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals: java.lang.Class
      StackMap stack:
         4: aload 2 /* superClass */
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
      StackMap locals:
      StackMap stack: org.objectweb.asm.Type
         5: areturn
        end local 2 // java.lang.Class superClass
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    6     1        type  Lorg/objectweb/asm/Type;
            3    6     2  superClass  Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      type  final

  protected boolean isAssignableFrom(org.objectweb.asm.Type, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type type1
        start local 2 // org.objectweb.asm.Type type2
         0: .line 335
            aload 1 /* type1 */
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 336
            iconst_1
            ireturn
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            ifnull 9
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            aload 1 /* type1 */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 9
         3: .line 339
            aload 0 /* this */
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getSuperClass:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            ifnonnull 5
         4: .line 340
            iconst_0
            ireturn
         5: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.isInterface:Z
            ifeq 8
         6: .line 343
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 7
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpeq 7
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
         8: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type1 */
            aload 0 /* this */
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getSuperClass:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ireturn
         9: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            ifnull 19
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClass:Lorg/objectweb/asm/Type;
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 19
        10: .line 349
            aload 0 /* this */
            aload 1 /* type1 */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentSuperClass:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ifeq 12
        11: .line 350
            iconst_1
            ireturn
        12: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClassInterfaces:Ljava/util/List;
            ifnull 18
        13: .line 353
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.currentClassInterfaces:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 17
      StackMap locals: org.objectweb.asm.tree.analysis.SimpleVerifier org.objectweb.asm.Type org.objectweb.asm.Type top java.util.Iterator
      StackMap stack:
        14: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.Type
            astore 3 /* currentClassInterface */
        start local 3 // org.objectweb.asm.Type currentClassInterface
        15: .line 354
            aload 0 /* this */
            aload 1 /* type1 */
            aload 3 /* currentClassInterface */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.isAssignableFrom:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Z
            ifeq 17
        16: .line 355
            iconst_1
            ireturn
        end local 3 // org.objectweb.asm.Type currentClassInterface
        17: .line 353
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        18: .line 359
      StackMap locals: org.objectweb.asm.tree.analysis.SimpleVerifier org.objectweb.asm.Type org.objectweb.asm.Type
      StackMap stack:
            iconst_0
            ireturn
        19: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type1 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getClass:(Lorg/objectweb/asm/Type;)Ljava/lang/Class;
            aload 0 /* this */
            aload 2 /* type2 */
            invokevirtual org.objectweb.asm.tree.analysis.SimpleVerifier.getClass:(Lorg/objectweb/asm/Type;)Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 2 // org.objectweb.asm.Type type2
        end local 1 // org.objectweb.asm.Type type1
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   20     0                   this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0   20     1                  type1  Lorg/objectweb/asm/Type;
            0   20     2                  type2  Lorg/objectweb/asm/Type;
           15   17     3  currentClassInterface  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      type1  final
      type2  final

  protected java.lang.Class<?> getClass(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
        start local 1 // org.objectweb.asm.Type type
         0: .line 374
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 3
         1: .line 375
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.loader:Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
         2: areturn
         3: .line 377
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getClassName:()Ljava/lang/String;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SimpleVerifier.loader:Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
         4: areturn
         5: .line 378
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 2 /* e */
        start local 2 // java.lang.ClassNotFoundException e
         6: .line 379
            new java.lang.TypeNotPresentException
            dup
            aload 2 /* e */
            invokevirtual java.lang.ClassNotFoundException.toString:()Ljava/lang/String;
            aload 2 /* e */
            invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.ClassNotFoundException e
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.tree.analysis.SimpleVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/tree/analysis/SimpleVerifier;
            0    7     1  type  Lorg/objectweb/asm/Type;
            6    7     2     e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           0     2       5  Class java.lang.ClassNotFoundException
           3     4       5  Class java.lang.ClassNotFoundException
    Signature: (Lorg/objectweb/asm/Type;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      type  final
}
SourceFile: "SimpleVerifier.java"