public abstract class net.sf.cglib.reflect.MulticastDelegate implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.sf.cglib.reflect.MulticastDelegate
  super_class: java.lang.Object
{
  protected java.lang.Object[] targets;
    descriptor: [Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.MulticastDelegate this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            iconst_0
            anewarray java.lang.Object
            putfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
         2: .line 30
            return
        end local 0 // net.sf.cglib.reflect.MulticastDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/reflect/MulticastDelegate;

  public java.util.List getTargets();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.sf.cglib.reflect.MulticastDelegate this
         0: .line 33
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // net.sf.cglib.reflect.MulticastDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/reflect/MulticastDelegate;

  public abstract net.sf.cglib.reflect.MulticastDelegate add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lnet/sf/cglib/reflect/MulticastDelegate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      target  

  protected net.sf.cglib.reflect.MulticastDelegate addHelper(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lnet/sf/cglib/reflect/MulticastDelegate;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.sf.cglib.reflect.MulticastDelegate this
        start local 1 // java.lang.Object target
         0: .line 39
            aload 0 /* this */
            invokevirtual net.sf.cglib.reflect.MulticastDelegate.newInstance:()Lnet/sf/cglib/reflect/MulticastDelegate;
            astore 2 /* copy */
        start local 2 // net.sf.cglib.reflect.MulticastDelegate copy
         1: .line 40
            aload 2 /* copy */
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            arraylength
            iconst_1
            iadd
            anewarray java.lang.Object
            putfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
         2: .line 41
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iconst_0
            aload 2 /* copy */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 42
            aload 2 /* copy */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            arraylength
            aload 1 /* target */
            aastore
         4: .line 43
            aload 2 /* copy */
            areturn
        end local 2 // net.sf.cglib.reflect.MulticastDelegate copy
        end local 1 // java.lang.Object target
        end local 0 // net.sf.cglib.reflect.MulticastDelegate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lnet/sf/cglib/reflect/MulticastDelegate;
            0    5     1  target  Ljava/lang/Object;
            1    5     2    copy  Lnet/sf/cglib/reflect/MulticastDelegate;
    MethodParameters:
        Name  Flags
      target  

  public net.sf.cglib.reflect.MulticastDelegate remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lnet/sf/cglib/reflect/MulticastDelegate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // net.sf.cglib.reflect.MulticastDelegate this
        start local 1 // java.lang.Object target
         0: .line 47
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         1: goto 9
         2: .line 48
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 1 /* target */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
         3: .line 49
            aload 0 /* this */
            invokevirtual net.sf.cglib.reflect.MulticastDelegate.newInstance:()Lnet/sf/cglib/reflect/MulticastDelegate;
            astore 3 /* copy */
        start local 3 // net.sf.cglib.reflect.MulticastDelegate copy
         4: .line 50
            aload 3 /* copy */
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            anewarray java.lang.Object
            putfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
         5: .line 51
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iconst_0
            aload 3 /* copy */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iconst_0
            iload 2 /* i */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 52
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aload 3 /* copy */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            iload 2 /* i */
            aload 0 /* this */
            getfield net.sf.cglib.reflect.MulticastDelegate.targets:[Ljava/lang/Object;
            arraylength
            iload 2 /* i */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 53
            aload 3 /* copy */
            areturn
        end local 3 // net.sf.cglib.reflect.MulticastDelegate copy
         8: .line 47
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            ifge 2
        end local 2 // int i
        10: .line 56
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object target
        end local 0 // net.sf.cglib.reflect.MulticastDelegate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lnet/sf/cglib/reflect/MulticastDelegate;
            0   11     1  target  Ljava/lang/Object;
            1   10     2       i  I
            4    8     3    copy  Lnet/sf/cglib/reflect/MulticastDelegate;
    MethodParameters:
        Name  Flags
      target  

  public abstract net.sf.cglib.reflect.MulticastDelegate newInstance();
    descriptor: ()Lnet/sf/cglib/reflect/MulticastDelegate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public static net.sf.cglib.reflect.MulticastDelegate create(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lnet/sf/cglib/reflect/MulticastDelegate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Class iface
         0: .line 62
            new net.sf.cglib.reflect.MulticastDelegate$Generator
            dup
            invokespecial net.sf.cglib.reflect.MulticastDelegate$Generator.<init>:()V
            astore 1 /* gen */
        start local 1 // net.sf.cglib.reflect.MulticastDelegate$Generator gen
         1: .line 63
            aload 1 /* gen */
            aload 0 /* iface */
            invokevirtual net.sf.cglib.reflect.MulticastDelegate$Generator.setInterface:(Ljava/lang/Class;)V
         2: .line 64
            aload 1 /* gen */
            invokevirtual net.sf.cglib.reflect.MulticastDelegate$Generator.create:()Lnet/sf/cglib/reflect/MulticastDelegate;
            areturn
        end local 1 // net.sf.cglib.reflect.MulticastDelegate$Generator gen
        end local 0 // java.lang.Class iface
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  iface  Ljava/lang/Class;
            1    3     1    gen  Lnet/sf/cglib/reflect/MulticastDelegate$Generator;
    MethodParameters:
       Name  Flags
      iface  
}
SourceFile: "MulticastDelegate.java"
NestMembers:
  net.sf.cglib.reflect.MulticastDelegate$Generator  net.sf.cglib.reflect.MulticastDelegate$Generator$1
InnerClasses:
  public Generator = net.sf.cglib.reflect.MulticastDelegate$Generator of net.sf.cglib.reflect.MulticastDelegate