class net.sf.cglib.proxy.Enhancer$3 implements net.sf.cglib.core.ProcessSwitchCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.Enhancer$3
  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$3 this
         0: .line 948
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.proxy.Enhancer$3.this$0:Lnet/sf/cglib/proxy/Enhancer;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.proxy.Enhancer$3.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$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/Enhancer$3;
    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=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.proxy.Enhancer$3 this
        start local 1 // int key
        start local 2 // org.objectweb.asm.Label end
         0: .line 950
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$3.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.getfield:(Ljava/lang/String;)V
         1: .line 951
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$3.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 2 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         2: .line 952
            return
        end local 2 // org.objectweb.asm.Label end
        end local 1 // int key
        end local 0 // net.sf.cglib.proxy.Enhancer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/proxy/Enhancer$3;
            0    3     1   key  I
            0    3     2   end  Lorg/objectweb/asm/Label;
    MethodParameters:
      Name  Flags
      key   
      end   

  public void processDefault();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.Enhancer$3 this
         0: .line 954
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$3.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
         1: .line 955
            aload 0 /* this */
            getfield net.sf.cglib.proxy.Enhancer$3.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.aconst_null:()V
         2: .line 956
            return
        end local 0 // net.sf.cglib.proxy.Enhancer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/proxy/Enhancer$3;
}
SourceFile: "Enhancer.java"
EnclosingMethod: net.sf.cglib.proxy.Enhancer.emitGetCallback:(Lnet/sf/cglib/core/ClassEmitter;[I)V
NestHost: net.sf.cglib.proxy.Enhancer
InnerClasses:
  net.sf.cglib.proxy.Enhancer$3