public class net.sf.cglib.reflect.MulticastDelegate$Generator extends net.sf.cglib.core.AbstractClassGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.reflect.MulticastDelegate$Generator
  super_class: net.sf.cglib.core.AbstractClassGenerator
{
  private static final net.sf.cglib.core.AbstractClassGenerator$Source SOURCE;
    descriptor: Lnet/sf/cglib/core/AbstractClassGenerator$Source;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type MULTICAST_DELEGATE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature NEW_INSTANCE;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature ADD_DELEGATE;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature ADD_HELPER;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.Class iface;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 68
            new net.sf.cglib.core.AbstractClassGenerator$Source
            dup
            ldc Lnet/sf/cglib/reflect/MulticastDelegate;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokespecial net.sf.cglib.core.AbstractClassGenerator$Source.<init>:(Ljava/lang/String;)V
            putstatic net.sf.cglib.reflect.MulticastDelegate$Generator.SOURCE:Lnet/sf/cglib/core/AbstractClassGenerator$Source;
         1: .line 70
            ldc "net.sf.cglib.reflect.MulticastDelegate"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         2: .line 69
            putstatic net.sf.cglib.reflect.MulticastDelegate$Generator.MULTICAST_DELEGATE:Lorg/objectweb/asm/Type;
         3: .line 72
            new net.sf.cglib.core.Signature
            dup
            ldc "newInstance"
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.MULTICAST_DELEGATE:Lorg/objectweb/asm/Type;
            iconst_0
            anewarray org.objectweb.asm.Type
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
         4: .line 71
            putstatic net.sf.cglib.reflect.MulticastDelegate$Generator.NEW_INSTANCE:Lnet/sf/cglib/core/Signature;
         5: .line 74
            new net.sf.cglib.core.Signature
            dup
            ldc "add"
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.MULTICAST_DELEGATE:Lorg/objectweb/asm/Type;
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            aastore
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
         6: .line 73
            putstatic net.sf.cglib.reflect.MulticastDelegate$Generator.ADD_DELEGATE:Lnet/sf/cglib/core/Signature;
         7: .line 76
            new net.sf.cglib.core.Signature
            dup
            ldc "addHelper"
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.MULTICAST_DELEGATE:Lorg/objectweb/asm/Type;
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            aastore
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
         8: .line 75
            putstatic net.sf.cglib.reflect.MulticastDelegate$Generator.ADD_HELPER:Lnet/sf/cglib/core/Signature;
         9: .line 76
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
         0: .line 81
            aload 0 /* this */
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.SOURCE:Lnet/sf/cglib/core/AbstractClassGenerator$Source;
            invokespecial net.sf.cglib.core.AbstractClassGenerator.<init>:(Lnet/sf/cglib/core/AbstractClassGenerator$Source;)V
         1: .line 82
            return
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;

  protected java.lang.ClassLoader getDefaultClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
         0: .line 85
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;

  protected java.security.ProtectionDomain getProtectionDomain();
    descriptor: ()Ljava/security/ProtectionDomain;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
         0: .line 89
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
            invokestatic net.sf.cglib.core.ReflectUtils.getProtectionDomain:(Ljava/lang/Class;)Ljava/security/ProtectionDomain;
            areturn
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;

  public void setInterface(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
        start local 1 // java.lang.Class iface
         0: .line 93
            aload 0 /* this */
            aload 1 /* iface */
            putfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
         1: .line 94
            return
        end local 1 // java.lang.Class iface
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;
            0    2     1  iface  Ljava/lang/Class;
    MethodParameters:
       Name  Flags
      iface  

  public net.sf.cglib.reflect.MulticastDelegate create();
    descriptor: ()Lnet/sf/cglib/reflect/MulticastDelegate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
         0: .line 97
            aload 0 /* this */
            ldc Lnet/sf/cglib/reflect/MulticastDelegate;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual net.sf.cglib.reflect.MulticastDelegate$Generator.setNamePrefix:(Ljava/lang/String;)V
         1: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokespecial net.sf.cglib.core.AbstractClassGenerator.create:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.sf.cglib.reflect.MulticastDelegate
            areturn
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;

  public void generateClass(org.objectweb.asm.ClassVisitor);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=2
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
        start local 1 // org.objectweb.asm.ClassVisitor cv
         0: .line 102
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
            invokestatic net.sf.cglib.core.ReflectUtils.findInterfaceMethod:(Ljava/lang/Class;)Ljava/lang/reflect/Method;
            invokestatic net.sf.cglib.core.ReflectUtils.getMethodInfo:(Ljava/lang/reflect/Member;)Lnet/sf/cglib/core/MethodInfo;
            astore 2 /* method */
        start local 2 // net.sf.cglib.core.MethodInfo method
         1: .line 104
            new net.sf.cglib.core.ClassEmitter
            dup
            aload 1 /* cv */
            invokespecial net.sf.cglib.core.ClassEmitter.<init>:(Lorg/objectweb/asm/ClassVisitor;)V
            astore 3 /* ce */
        start local 3 // net.sf.cglib.core.ClassEmitter ce
         2: .line 105
            aload 3 /* ce */
            bipush 52
         3: .line 106
            iconst_1
         4: .line 107
            aload 0 /* this */
            invokevirtual net.sf.cglib.reflect.MulticastDelegate$Generator.getClassName:()Ljava/lang/String;
         5: .line 108
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.MULTICAST_DELEGATE:Lorg/objectweb/asm/Type;
         6: .line 109
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
            aastore
         7: .line 110
            ldc "<generated>"
         8: .line 105
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_class:(IILjava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;Ljava/lang/String;)V
         9: .line 111
            aload 3 /* ce */
            invokestatic net.sf.cglib.core.EmitUtils.null_constructor:(Lnet/sf/cglib/core/ClassEmitter;)V
        10: .line 114
            aload 0 /* this */
            aload 3 /* ce */
            aload 2 /* method */
            invokevirtual net.sf.cglib.reflect.MulticastDelegate$Generator.emitProxy:(Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;)V
        11: .line 117
            aload 3 /* ce */
            iconst_1
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.NEW_INSTANCE:Lnet/sf/cglib/core/Signature;
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 4 /* e */
        start local 4 // net.sf.cglib.core.CodeEmitter e
        12: .line 118
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.new_instance_this:()V
        13: .line 119
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        14: .line 120
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_constructor_this:()V
        15: .line 121
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        16: .line 122
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        17: .line 125
            aload 3 /* ce */
            iconst_1
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.ADD_DELEGATE:Lnet/sf/cglib/core/Signature;
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 4 /* e */
        18: .line 126
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        19: .line 127
            aload 4 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        20: .line 128
            aload 4 /* e */
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate$Generator.iface:Ljava/lang/Class;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.checkcast:(Lorg/objectweb/asm/Type;)V
        21: .line 129
            aload 4 /* e */
            getstatic net.sf.cglib.reflect.MulticastDelegate$Generator.ADD_HELPER:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual_this:(Lnet/sf/cglib/core/Signature;)V
        22: .line 130
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        23: .line 131
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        24: .line 133
            aload 3 /* ce */
            invokevirtual net.sf.cglib.core.ClassEmitter.end_class:()V
        25: .line 134
            return
        end local 4 // net.sf.cglib.core.CodeEmitter e
        end local 3 // net.sf.cglib.core.ClassEmitter ce
        end local 2 // net.sf.cglib.core.MethodInfo method
        end local 1 // org.objectweb.asm.ClassVisitor cv
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;
            0   26     1      cv  Lorg/objectweb/asm/ClassVisitor;
            1   26     2  method  Lnet/sf/cglib/core/MethodInfo;
            2   26     3      ce  Lnet/sf/cglib/core/ClassEmitter;
           12   26     4       e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      cv    

  private void emitProxy(net.sf.cglib.core.ClassEmitter, net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=3
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
        start local 1 // net.sf.cglib.core.ClassEmitter ce
        start local 2 // net.sf.cglib.core.MethodInfo method
         0: .line 137
            iconst_1
            istore 3 /* modifiers */
        start local 3 // int modifiers
         1: .line 138
            aload 2 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getModifiers:()I
            sipush 128
            iand
            sipush 128
            if_icmpne 3
         2: .line 139
            iload 3 /* modifiers */
            sipush 128
            ior
            istore 3 /* modifiers */
         3: .line 141
      StackMap locals: int
      StackMap stack:
            aload 1 /* ce */
            aload 2 /* method */
            iload 3 /* modifiers */
            invokestatic net.sf.cglib.core.EmitUtils.begin_method:(Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;I)Lnet/sf/cglib/core/CodeEmitter;
            astore 4 /* e */
        start local 4 // net.sf.cglib.core.CodeEmitter e
         4: .line 142
            aload 2 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getReturnType:()Lorg/objectweb/asm/Type;
            astore 5 /* returnType */
        start local 5 // org.objectweb.asm.Type returnType
         5: .line 143
            aload 5 /* returnType */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpeq 6
            iconst_1
            goto 7
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* returns */
        start local 6 // boolean returns
         8: .line 144
            aconst_null
            astore 7 /* result */
        start local 7 // net.sf.cglib.core.Local result
         9: .line 145
            iload 6 /* returns */
            ifeq 13
        10: .line 146
            aload 4 /* e */
            aload 5 /* returnType */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:(Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/Local;
            astore 7 /* result */
        11: .line 147
            aload 4 /* e */
            aload 5 /* returnType */
            invokevirtual net.sf.cglib.core.CodeEmitter.zero_or_null:(Lorg/objectweb/asm/Type;)V
        12: .line 148
            aload 4 /* e */
            aload 7 /* result */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
        13: .line 150
      StackMap locals: int net.sf.cglib.core.Local
      StackMap stack:
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        14: .line 151
            aload 4 /* e */
            ldc "targets"
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT_ARRAY:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.super_getfield:(Ljava/lang/String;Lorg/objectweb/asm/Type;)V
        15: .line 152
            aload 7 /* result */
            astore 8 /* result2 */
        start local 8 // net.sf.cglib.core.Local result2
        16: .line 153
            aload 4 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT_ARRAY:Lorg/objectweb/asm/Type;
            new net.sf.cglib.reflect.MulticastDelegate$Generator$1
            dup
            aload 0 /* this */
            aload 4 /* e */
            aload 2 /* method */
            iload 6 /* returns */
            aload 8 /* result2 */
            invokespecial net.sf.cglib.reflect.MulticastDelegate$Generator$1.<init>:(Lnet/sf/cglib/reflect/MulticastDelegate$Generator;Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;ZLnet/sf/cglib/core/Local;)V
            invokestatic net.sf.cglib.core.EmitUtils.process_array:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/ProcessArrayCallback;)V
        17: .line 163
            iload 6 /* returns */
            ifeq 19
        18: .line 164
            aload 4 /* e */
            aload 7 /* result */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        19: .line 166
      StackMap locals: net.sf.cglib.core.Local
      StackMap stack:
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        20: .line 167
            aload 4 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        21: .line 168
            return
        end local 8 // net.sf.cglib.core.Local result2
        end local 7 // net.sf.cglib.core.Local result
        end local 6 // boolean returns
        end local 5 // org.objectweb.asm.Type returnType
        end local 4 // net.sf.cglib.core.CodeEmitter e
        end local 3 // int modifiers
        end local 2 // net.sf.cglib.core.MethodInfo method
        end local 1 // net.sf.cglib.core.ClassEmitter ce
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;
            0   22     1          ce  Lnet/sf/cglib/core/ClassEmitter;
            0   22     2      method  Lnet/sf/cglib/core/MethodInfo;
            1   22     3   modifiers  I
            4   22     4           e  Lnet/sf/cglib/core/CodeEmitter;
            5   22     5  returnType  Lorg/objectweb/asm/Type;
            8   22     6     returns  Z
            9   22     7      result  Lnet/sf/cglib/core/Local;
           16   22     8     result2  Lnet/sf/cglib/core/Local;
    MethodParameters:
        Name  Flags
      ce      
      method  final

  protected java.lang.Object firstInstance(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
        start local 1 // java.lang.Class type
         0: .line 172
            aload 1 /* type */
            invokestatic net.sf.cglib.core.ReflectUtils.newInstance:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast net.sf.cglib.reflect.MulticastDelegate
            invokevirtual net.sf.cglib.reflect.MulticastDelegate.newInstance:()Lnet/sf/cglib/reflect/MulticastDelegate;
            areturn
        end local 1 // java.lang.Class type
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;
            0    1     1  type  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  

  protected java.lang.Object nextInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
        start local 1 // java.lang.Object instance
         0: .line 176
            aload 1 /* instance */
            checkcast net.sf.cglib.reflect.MulticastDelegate
            invokevirtual net.sf.cglib.reflect.MulticastDelegate.newInstance:()Lnet/sf/cglib/reflect/MulticastDelegate;
            areturn
        end local 1 // java.lang.Object instance
        end local 0 // net.sf.cglib.reflect.MulticastDelegate$Generator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;
            0    1     1  instance  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      instance  
}
SourceFile: "MulticastDelegate.java"
NestHost: net.sf.cglib.reflect.MulticastDelegate
InnerClasses:
  protected Source = net.sf.cglib.core.AbstractClassGenerator$Source of net.sf.cglib.core.AbstractClassGenerator
  public Generator = net.sf.cglib.reflect.MulticastDelegate$Generator of net.sf.cglib.reflect.MulticastDelegate
  net.sf.cglib.reflect.MulticastDelegate$Generator$1