class net.sf.cglib.core.EmitUtils$10 implements net.sf.cglib.core.EmitUtils$ParameterTyper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.EmitUtils$10
  super_class: java.lang.Object
{
  private final java.util.Map val$cache;
    descriptor: Ljava/util/Map;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public org.objectweb.asm.Type[] getParameterTypes(net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/MethodInfo;)[Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.sf.cglib.core.EmitUtils$10 this
        start local 1 // net.sf.cglib.core.MethodInfo member
         0: .line 735
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$10.val$cache:Ljava/util/Map;
            aload 1 /* member */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.Type[]
            astore 2 /* types */
        start local 2 // org.objectweb.asm.Type[] types
         1: .line 736
            aload 2 /* types */
            ifnonnull 3
         2: .line 737
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$10.val$cache:Ljava/util/Map;
            aload 1 /* member */
            aload 1 /* member */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            dup
            astore 2 /* types */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 739
      StackMap locals: org.objectweb.asm.Type[]
      StackMap stack:
            aload 2 /* types */
            areturn
        end local 2 // org.objectweb.asm.Type[] types
        end local 1 // net.sf.cglib.core.MethodInfo member
        end local 0 // net.sf.cglib.core.EmitUtils$10 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lnet/sf/cglib/core/EmitUtils$10;
            0    4     1  member  Lnet/sf/cglib/core/MethodInfo;
            1    4     2   types  [Lorg/objectweb/asm/Type;
    MethodParameters:
        Name  Flags
      member  
}
SourceFile: "EmitUtils.java"
EnclosingMethod: net.sf.cglib.core.EmitUtils.member_switch_helper:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
NestHost: net.sf.cglib.core.EmitUtils
InnerClasses:
  net.sf.cglib.core.EmitUtils$10
  private abstract ParameterTyper = net.sf.cglib.core.EmitUtils$ParameterTyper of net.sf.cglib.core.EmitUtils