class net.sf.cglib.core.EmitUtils$14 implements net.sf.cglib.core.ProcessSwitchCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.EmitUtils$14
  super_class: java.lang.Object
{
  private final java.util.Map val$buckets;
    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

  private final net.sf.cglib.core.ObjectSwitchCallback val$callback;
    descriptor: Lnet/sf/cglib/core/ObjectSwitchCallback;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final net.sf.cglib.core.EmitUtils$ParameterTyper val$typer;
    descriptor: Lnet/sf/cglib/core/EmitUtils$ParameterTyper;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.objectweb.asm.Label val$def;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.objectweb.asm.Label val$end;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.Map, net.sf.cglib.core.CodeEmitter, net.sf.cglib.core.ObjectSwitchCallback, net.sf.cglib.core.EmitUtils$ParameterTyper, org.objectweb.asm.Label, org.objectweb.asm.Label);
    descriptor: (Ljava/util/Map;Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // net.sf.cglib.core.EmitUtils$14 this
         0: .line 789
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.core.EmitUtils$14.val$buckets:Ljava/util/Map;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.core.EmitUtils$14.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            aload 3
            putfield net.sf.cglib.core.EmitUtils$14.val$callback:Lnet/sf/cglib/core/ObjectSwitchCallback;
            aload 0 /* this */
            aload 4
            putfield net.sf.cglib.core.EmitUtils$14.val$typer:Lnet/sf/cglib/core/EmitUtils$ParameterTyper;
            aload 0 /* this */
            aload 5
            putfield net.sf.cglib.core.EmitUtils$14.val$def:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            aload 6
            putfield net.sf.cglib.core.EmitUtils$14.val$end:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.core.EmitUtils$14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/EmitUtils$14;
    MethodParameters:
              Name  Flags
      val$buckets   final
      val$e         final
      val$callback  final
      val$typer     final
      val$def       final
      val$end       final

  public void processCase(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // net.sf.cglib.core.EmitUtils$14 this
        start local 1 // int key
        start local 2 // org.objectweb.asm.Label dontUseEnd
         0: .line 791
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$buckets:Ljava/util/Map;
            new java.lang.Integer
            dup
            iload 1 /* key */
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 3 /* bucket */
        start local 3 // java.util.List bucket
         1: .line 792
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 3 /* bucket */
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$callback:Lnet/sf/cglib/core/ObjectSwitchCallback;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$typer:Lnet/sf/cglib/core/EmitUtils$ParameterTyper;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$def:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$end:Lorg/objectweb/asm/Label;
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            invokestatic net.sf.cglib.core.EmitUtils.member_helper_type:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/util/BitSet;)V
         2: .line 793
            return
        end local 3 // java.util.List bucket
        end local 2 // org.objectweb.asm.Label dontUseEnd
        end local 1 // int key
        end local 0 // net.sf.cglib.core.EmitUtils$14 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/sf/cglib/core/EmitUtils$14;
            0    3     1         key  I
            0    3     2  dontUseEnd  Lorg/objectweb/asm/Label;
            1    3     3      bucket  Ljava/util/List;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      key         
      dontUseEnd  

  public void processDefault();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.EmitUtils$14 this
         0: .line 795
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$14.val$def:Lorg/objectweb/asm/Label;
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         1: .line 796
            return
        end local 0 // net.sf.cglib.core.EmitUtils$14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/core/EmitUtils$14;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "EmitUtils.java"
EnclosingMethod: net.sf.cglib.core.EmitUtils.member_helper_size:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
NestHost: net.sf.cglib.core.EmitUtils
InnerClasses:
  net.sf.cglib.core.EmitUtils$14
  private abstract ParameterTyper = net.sf.cglib.core.EmitUtils$ParameterTyper of net.sf.cglib.core.EmitUtils