class net.sf.cglib.core.EmitUtils$4 implements net.sf.cglib.core.ProcessSwitchCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.EmitUtils$4
  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 int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$len;
    descriptor: I
    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 org.objectweb.asm.Label val$end;
    descriptor: Lorg/objectweb/asm/Label;
    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

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

  public void processCase(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // net.sf.cglib.core.EmitUtils$4 this
        start local 1 // int key
        start local 2 // org.objectweb.asm.Label ignore_end
         0: .line 233
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.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 234
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$index:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$len:I
            if_icmpne 5
         2: .line 235
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
         3: .line 236
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$callback:Lnet/sf/cglib/core/ObjectSwitchCallback;
            aload 3 /* bucket */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$end:Lorg/objectweb/asm/Label;
            invokeinterface net.sf.cglib.core.ObjectSwitchCallback.processCase:(Ljava/lang/Object;Lorg/objectweb/asm/Label;)V
         4: .line 237
            goto 6
         5: .line 238
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 3 /* bucket */
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$callback:Lnet/sf/cglib/core/ObjectSwitchCallback;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$def:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$end:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$index:I
            iconst_1
            iadd
            invokestatic net.sf.cglib.core.EmitUtils.stringSwitchHelper:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
         6: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.List bucket
        end local 2 // org.objectweb.asm.Label ignore_end
        end local 1 // int key
        end local 0 // net.sf.cglib.core.EmitUtils$4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lnet/sf/cglib/core/EmitUtils$4;
            0    7     1         key  I
            0    7     2  ignore_end  Lorg/objectweb/asm/Label;
            1    7     3      bucket  Ljava/util/List;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      key         
      ignore_end  

  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$4 this
         0: .line 242
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$e:Lnet/sf/cglib/core/CodeEmitter;
            aload 0 /* this */
            getfield net.sf.cglib.core.EmitUtils$4.val$def:Lorg/objectweb/asm/Label;
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         1: .line 243
            return
        end local 0 // net.sf.cglib.core.EmitUtils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/core/EmitUtils$4;
}
SourceFile: "EmitUtils.java"
EnclosingMethod: net.sf.cglib.core.EmitUtils.stringSwitchHelper:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
NestHost: net.sf.cglib.core.EmitUtils
InnerClasses:
  net.sf.cglib.core.EmitUtils$4