class net.sf.cglib.reflect.FastClassEmitter$4 implements net.sf.cglib.core.ProcessSwitchCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.reflect.FastClassEmitter$4
  super_class: java.lang.Object
{
  private final java.util.List val$info;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final net.sf.cglib.core.CodeEmitter val$e;
    descriptor: Lnet/sf/cglib/core/CodeEmitter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$arg;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.objectweb.asm.Type val$base;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.objectweb.asm.Label val$illegalArg;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.List, net.sf.cglib.core.CodeEmitter, int, org.objectweb.asm.Type, org.objectweb.asm.Label);
    descriptor: (Ljava/util/List;Lnet/sf/cglib/core/CodeEmitter;ILorg/objectweb/asm/Type;Lorg/objectweb/asm/Label;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // net.sf.cglib.reflect.FastClassEmitter$4 this
         0: .line 169
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.reflect.FastClassEmitter$4.val$info:Ljava/util/List;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            iload 3
            putfield net.sf.cglib.reflect.FastClassEmitter$4.val$arg:I
            aload 0 /* this */
            aload 4
            putfield net.sf.cglib.reflect.FastClassEmitter$4.val$base:Lorg/objectweb/asm/Type;
            aload 0 /* this */
            aload 5
            putfield net.sf.cglib.reflect.FastClassEmitter$4.val$illegalArg:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.reflect.FastClassEmitter$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/reflect/FastClassEmitter$4;
    MethodParameters:
                Name  Flags
      val$info        final
      val$e           final
      val$arg         final
      val$base        final
      val$illegalArg  final

  public void processCase(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // net.sf.cglib.reflect.FastClassEmitter$4 this
        start local 1 // int key
        start local 2 // org.objectweb.asm.Label end
         0: .line 171
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$info:Ljava/util/List;
            iload 1 /* key */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 3 /* method */
        start local 3 // net.sf.cglib.core.MethodInfo method
         1: .line 172
            aload 3 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            astore 4 /* types */
        start local 4 // org.objectweb.asm.Type[] types
         2: .line 173
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 174
      StackMap locals: net.sf.cglib.core.MethodInfo org.objectweb.asm.Type[] int
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$arg:I
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
         5: .line 175
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            iload 5 /* i */
            invokevirtual net.sf.cglib.core.CodeEmitter.aaload:(I)V
         6: .line 176
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 4 /* types */
            iload 5 /* i */
            aaload
            invokevirtual net.sf.cglib.core.CodeEmitter.unbox:(Lorg/objectweb/asm/Type;)V
         7: .line 173
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 4 /* types */
            arraylength
            if_icmplt 4
        end local 5 // int i
         9: .line 180
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 3 /* method */
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$base:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke:(Lnet/sf/cglib/core/MethodInfo;Lorg/objectweb/asm/Type;)V
        10: .line 181
            aload 3 /* method */
            invokestatic net.sf.cglib.core.TypeUtils.isConstructor:(Lnet/sf/cglib/core/MethodInfo;)Z
            ifne 12
        11: .line 182
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 3 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getReturnType:()Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.box:(Lorg/objectweb/asm/Type;)V
        12: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        13: .line 185
            return
        end local 4 // org.objectweb.asm.Type[] types
        end local 3 // net.sf.cglib.core.MethodInfo method
        end local 2 // org.objectweb.asm.Label end
        end local 1 // int key
        end local 0 // net.sf.cglib.reflect.FastClassEmitter$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lnet/sf/cglib/reflect/FastClassEmitter$4;
            0   14     1     key  I
            0   14     2     end  Lorg/objectweb/asm/Label;
            1   14     3  method  Lnet/sf/cglib/core/MethodInfo;
            2   14     4   types  [Lorg/objectweb/asm/Type;
            3    9     5       i  I
    MethodParameters:
      Name  Flags
      key   
      end   

  public void processDefault();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.FastClassEmitter$4 this
         0: .line 187
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            getfield net.sf.cglib.reflect.FastClassEmitter$4.val$illegalArg:Lorg/objectweb/asm/Label;
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         1: .line 188
            return
        end local 0 // net.sf.cglib.reflect.FastClassEmitter$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/reflect/FastClassEmitter$4;
}
SourceFile: "FastClassEmitter.java"
EnclosingMethod: net.sf.cglib.reflect.FastClassEmitter.invokeSwitchHelper:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;ILorg/objectweb/asm/Type;)V
NestHost: net.sf.cglib.reflect.FastClassEmitter
InnerClasses:
  net.sf.cglib.reflect.FastClassEmitter$4