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

  private final java.util.Map val$sigMap;
    descriptor: Ljava/util/Map;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void processCase(java.lang.Object, org.objectweb.asm.Label);
    descriptor: (Ljava/lang/Object;Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$2 this
        start local 1 // java.lang.Object key
        start local 2 // org.objectweb.asm.Label end
         0: .line 224
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodInterceptorGenerator$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodInterceptorGenerator$2.val$sigMap:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
         1: .line 225
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodInterceptorGenerator$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
         2: .line 226
            return
        end local 2 // org.objectweb.asm.Label end
        end local 1 // java.lang.Object key
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator$2;
            0    3     1   key  Ljava/lang/Object;
            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.MethodInterceptorGenerator$2 this
         0: .line 228
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodInterceptorGenerator$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.aconst_null:()V
         1: .line 229
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodInterceptorGenerator$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
         2: .line 230
            return
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator$2;
}
SourceFile: "MethodInterceptorGenerator.java"
EnclosingMethod: net.sf.cglib.proxy.MethodInterceptorGenerator.generateFindProxy:(Lnet/sf/cglib/core/ClassEmitter;Ljava/util/Map;)V
NestHost: net.sf.cglib.proxy.MethodInterceptorGenerator
InnerClasses:
  net.sf.cglib.proxy.MethodInterceptorGenerator$2