class net.sf.cglib.beans.BeanMapEmitter$2 implements net.sf.cglib.core.ObjectSwitchCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.beans.BeanMapEmitter$2
  super_class: java.lang.Object
{
  final net.sf.cglib.beans.BeanMapEmitter this$0;
    descriptor: Lnet/sf/cglib/beans/BeanMapEmitter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map val$setters;
    descriptor: Ljava/util/Map;
    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

  void <init>(net.sf.cglib.beans.BeanMapEmitter, java.util.Map, net.sf.cglib.core.CodeEmitter);
    descriptor: (Lnet/sf/cglib/beans/BeanMapEmitter;Ljava/util/Map;Lnet/sf/cglib/core/CodeEmitter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.sf.cglib.beans.BeanMapEmitter$2 this
         0: .line 128
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.beans.BeanMapEmitter$2.this$0:Lnet/sf/cglib/beans/BeanMapEmitter;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.beans.BeanMapEmitter$2.val$setters:Ljava/util/Map;
            aload 0 /* this */
            aload 3
            putfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.beans.BeanMapEmitter$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/beans/BeanMapEmitter$2;
    MethodParameters:
             Name  Flags
      this$0       final
      val$setters  final
      val$e        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=5, args_size=3
        start local 0 // net.sf.cglib.beans.BeanMapEmitter$2 this
        start local 1 // java.lang.Object key
        start local 2 // org.objectweb.asm.Label end
         0: .line 130
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$setters:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.beans.PropertyDescriptor
            astore 3 /* pd */
        start local 3 // java.beans.PropertyDescriptor pd
         1: .line 131
            aload 3 /* pd */
            invokevirtual java.beans.PropertyDescriptor.getReadMethod:()Ljava/lang/reflect/Method;
            ifnonnull 4
         2: .line 132
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.aconst_null:()V
         3: .line 133
            goto 8
         4: .line 134
      StackMap locals: java.beans.PropertyDescriptor
      StackMap stack:
            aload 3 /* pd */
            invokevirtual java.beans.PropertyDescriptor.getReadMethod:()Ljava/lang/reflect/Method;
            invokestatic net.sf.cglib.core.ReflectUtils.getMethodInfo:(Ljava/lang/reflect/Member;)Lnet/sf/cglib/core/MethodInfo;
            astore 4 /* read */
        start local 4 // net.sf.cglib.core.MethodInfo read
         5: .line 135
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         6: .line 136
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 4 /* read */
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke:(Lnet/sf/cglib/core/MethodInfo;)V
         7: .line 137
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 4 /* read */
            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
        end local 4 // net.sf.cglib.core.MethodInfo read
         8: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
         9: .line 140
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            iconst_2
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        10: .line 141
            aload 3 /* pd */
            invokevirtual java.beans.PropertyDescriptor.getWriteMethod:()Ljava/lang/reflect/Method;
            invokestatic net.sf.cglib.core.ReflectUtils.getMethodInfo:(Ljava/lang/reflect/Member;)Lnet/sf/cglib/core/MethodInfo;
            astore 4 /* write */
        start local 4 // net.sf.cglib.core.MethodInfo write
        11: .line 142
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 4 /* write */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            iconst_0
            aaload
            invokevirtual net.sf.cglib.core.CodeEmitter.unbox:(Lorg/objectweb/asm/Type;)V
        12: .line 143
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 4 /* write */
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke:(Lnet/sf/cglib/core/MethodInfo;)V
        13: .line 144
            aload 0 /* this */
            getfield net.sf.cglib.beans.BeanMapEmitter$2.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        14: .line 145
            return
        end local 4 // net.sf.cglib.core.MethodInfo write
        end local 3 // java.beans.PropertyDescriptor pd
        end local 2 // org.objectweb.asm.Label end
        end local 1 // java.lang.Object key
        end local 0 // net.sf.cglib.beans.BeanMapEmitter$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lnet/sf/cglib/beans/BeanMapEmitter$2;
            0   15     1    key  Ljava/lang/Object;
            0   15     2    end  Lorg/objectweb/asm/Label;
            1   15     3     pd  Ljava/beans/PropertyDescriptor;
            5    8     4   read  Lnet/sf/cglib/core/MethodInfo;
           11   15     4  write  Lnet/sf/cglib/core/MethodInfo;
    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.beans.BeanMapEmitter$2 this
         0: .line 148
            return
        end local 0 // net.sf.cglib.beans.BeanMapEmitter$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/beans/BeanMapEmitter$2;
}
SourceFile: "BeanMapEmitter.java"
EnclosingMethod: net.sf.cglib.beans.BeanMapEmitter.generatePut:(Ljava/lang/Class;Ljava/util/Map;)V
NestHost: net.sf.cglib.beans.BeanMapEmitter
InnerClasses:
  net.sf.cglib.beans.BeanMapEmitter$2