class net.sf.cglib.proxy.Enhancer$4 implements net.sf.cglib.core.ProcessSwitchCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.Enhancer$4
  super_class: java.lang.Object
{
  final net.sf.cglib.proxy.Enhancer this$0;
    descriptor: Lnet/sf/cglib/proxy/Enhancer;
    flags: (0x1010) 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

  void <init>(net.sf.cglib.proxy.Enhancer, net.sf.cglib.core.CodeEmitter);
    descriptor: (Lnet/sf/cglib/proxy/Enhancer;Lnet/sf/cglib/core/CodeEmitter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.proxy.Enhancer$4 this
         0: .line 965
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.proxy.Enhancer$4.this$0:Lnet/sf/cglib/proxy/Enhancer;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.proxy.Enhancer$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.Enhancer$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/Enhancer$4;
    MethodParameters:
        Name  Flags
      this$0  final
      val$e   final

  public void processCase(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.sf.cglib.proxy.Enhancer$4 this
        start local 1 // int key
        start local 2 // org.objectweb.asm.Label end
         0: .line 967
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         1: .line 968
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            iconst_1
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
         2: .line 969
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$4.this$0:Lnet/sf/cglib/proxy/Enhancer;
            getfield net.sf.cglib.proxy.Enhancer.callbackTypes:[Lorg/objectweb/asm/Type;
            iload 1 /* key */
            aaload
            invokevirtual net.sf.cglib.core.CodeEmitter.checkcast:(Lorg/objectweb/asm/Type;)V
         3: .line 970
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            iload 1 /* key */
            invokestatic net.sf.cglib.proxy.Enhancer.getCallbackField:(I)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
         4: .line 971
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 2 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         5: .line 972
            return
        end local 2 // org.objectweb.asm.Label end
        end local 1 // int key
        end local 0 // net.sf.cglib.proxy.Enhancer$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/sf/cglib/proxy/Enhancer$4;
            0    6     1   key  I
            0    6     2   end  Lorg/objectweb/asm/Label;
    MethodParameters:
      Name  Flags
      key   
      end   

  public void processDefault();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.Enhancer$4 this
         0: .line 975
            return
        end local 0 // net.sf.cglib.proxy.Enhancer$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/Enhancer$4;
}
SourceFile: "Enhancer.java"
EnclosingMethod: net.sf.cglib.proxy.Enhancer.emitSetCallback:(Lnet/sf/cglib/core/ClassEmitter;[I)V
NestHost: net.sf.cglib.proxy.Enhancer
InnerClasses:
  net.sf.cglib.proxy.Enhancer$4