public class net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound implements net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound
  super_class: java.lang.Object
{
  private final java.util.List<net.bytebuddy.asm.MemberSubstitution$Replacement$Factory> factories;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;>;

  protected void <init>(net.bytebuddy.asm.MemberSubstitution$Replacement$Factory[]);
    descriptor: ([Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound this
        start local 1 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory[] factory
         0: .line 1432
            aload 0 /* this */
            aload 1 /* factory */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.<init>:(Ljava/util/List;)V
         1: .line 1433
            return
        end local 1 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory[] factory
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory$Compound;
            0    2     1  factory  [Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    MethodParameters:
         Name  Flags
      factory  

  protected void <init>(java.util.List<? extends net.bytebuddy.asm.MemberSubstitution$Replacement$Factory>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound this
        start local 1 // java.util.List factories
         0: .line 1440
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1441
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.factories:Ljava/util/List;
         2: .line 1442
            aload 1 /* factories */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
            astore 2 /* factory */
        start local 2 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory factory
         4: .line 1443
            aload 2 /* factory */
            instanceof net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound
            ifeq 7
         5: .line 1444
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.factories:Ljava/util/List;
            aload 2 /* factory */
            checkcast net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.factories:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 1445
            goto 9
      StackMap locals: net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound java.util.List net.bytebuddy.asm.MemberSubstitution$Replacement$Factory java.util.Iterator
      StackMap stack:
         7: aload 2 /* factory */
            instanceof net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp
            ifne 9
         8: .line 1446
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.factories:Ljava/util/List;
            aload 2 /* factory */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory factory
         9: .line 1442
      StackMap locals: net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 1449
            return
        end local 1 // java.util.List factories
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory$Compound;
            0   11     1  factories  Ljava/util/List<+Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;>;
            4    9     2    factory  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;>;)V
    MethodParameters:
           Name  Flags
      factories  

  public net.bytebuddy.asm.MemberSubstitution$Replacement make(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.pool.TypePool typePool
         0: .line 1455
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* replacements */
        start local 4 // java.util.List replacements
         1: .line 1456
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.factories:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 4
      StackMap locals: net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.pool.TypePool java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
            astore 5 /* factory */
        start local 5 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory factory
         3: .line 1457
            aload 4 /* replacements */
            aload 5 /* factory */
            aload 1 /* instrumentedType */
            aload 2 /* instrumentedMethod */
            aload 3 /* typePool */
            invokeinterface net.bytebuddy.asm.MemberSubstitution$Replacement$Factory.make:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory factory
         4: .line 1456
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1459
            new net.bytebuddy.asm.MemberSubstitution$Replacement$ForFirstBinding
            dup
            aload 4 /* replacements */
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$ForFirstBinding.<init>:(Ljava/util/List;)V
            areturn
        end local 4 // java.util.List replacements
        end local 3 // net.bytebuddy.pool.TypePool typePool
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory$Compound;
            0    6     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     3            typePool  Lnet/bytebuddy/pool/TypePool;
            1    6     4        replacements  Ljava/util/List<Lnet/bytebuddy/asm/MemberSubstitution$Replacement;>;
            3    4     5             factory  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      typePool            
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  protected abstract Replacement = net.bytebuddy.asm.MemberSubstitution$Replacement of net.bytebuddy.asm.MemberSubstitution
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Replacement$Factory of net.bytebuddy.asm.MemberSubstitution$Replacement
  public Compound = net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound of net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
  public ForFirstBinding = net.bytebuddy.asm.MemberSubstitution$Replacement$ForFirstBinding of net.bytebuddy.asm.MemberSubstitution$Replacement
  public final NoOp = net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp of net.bytebuddy.asm.MemberSubstitution$Replacement
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()