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

  public void <init>(net.bytebuddy.implementation.Implementation[]);
    descriptor: ([Lnet/bytebuddy/implementation/Implementation;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$Compound this
        start local 1 // net.bytebuddy.implementation.Implementation[] implementation
         0: .line 1701
            aload 0 /* this */
            aload 1 /* implementation */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.implementation.Implementation$Compound.<init>:(Ljava/util/List;)V
         1: .line 1702
            return
        end local 1 // net.bytebuddy.implementation.Implementation[] implementation
        end local 0 // net.bytebuddy.implementation.Implementation$Compound this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lnet/bytebuddy/implementation/Implementation$Compound;
            0    2     1  implementation  [Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                Name  Flags
      implementation  

  public void <init>(java.util.List<? extends net.bytebuddy.implementation.Implementation>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$Compound this
        start local 1 // java.util.List implementations
         0: .line 1709
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1710
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
         2: .line 1711
            aload 1 /* implementations */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.Implementation
            astore 2 /* implementation */
        start local 2 // net.bytebuddy.implementation.Implementation implementation
         4: .line 1712
            aload 2 /* implementation */
            instanceof net.bytebuddy.implementation.Implementation$Compound$Composable
            ifeq 8
         5: .line 1713
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            aload 2 /* implementation */
            checkcast net.bytebuddy.implementation.Implementation$Compound$Composable
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 1714
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            aload 2 /* implementation */
            checkcast net.bytebuddy.implementation.Implementation$Compound$Composable
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1715
            goto 12
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound java.util.List net.bytebuddy.implementation.Implementation java.util.Iterator
      StackMap stack:
         8: aload 2 /* implementation */
            instanceof net.bytebuddy.implementation.Implementation$Compound
            ifeq 11
         9: .line 1716
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            aload 2 /* implementation */
            checkcast net.bytebuddy.implementation.Implementation$Compound
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        10: .line 1717
            goto 12
        11: .line 1718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            aload 2 /* implementation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.implementation.Implementation implementation
        12: .line 1711
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 1721
            return
        end local 1 // java.util.List implementations
        end local 0 // net.bytebuddy.implementation.Implementation$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lnet/bytebuddy/implementation/Implementation$Compound;
            0   14     1  implementations  Ljava/util/List<+Lnet/bytebuddy/implementation/Implementation;>;
            4   12     2   implementation  Lnet/bytebuddy/implementation/Implementation;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/implementation/Implementation;>;)V
    MethodParameters:
                 Name  Flags
      implementations  

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$Compound this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1727
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound net.bytebuddy.dynamic.scaffold.InstrumentedType top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.Implementation
            astore 2 /* implementation */
        start local 2 // net.bytebuddy.implementation.Implementation implementation
         2: .line 1728
            aload 2 /* implementation */
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.implementation.Implementation.prepare:(Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
            astore 1 /* instrumentedType */
        end local 2 // net.bytebuddy.implementation.Implementation implementation
         3: .line 1727
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1730
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.Implementation$Compound this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/implementation/Implementation$Compound;
            0    5     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
            2    3     2    implementation  Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$Compound this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 1737
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray net.bytebuddy.implementation.bytecode.ByteCodeAppender
            astore 2 /* byteCodeAppender */
        start local 2 // net.bytebuddy.implementation.bytecode.ByteCodeAppender[] byteCodeAppender
         1: .line 1738
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         2: .line 1739
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound.implementations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.ByteCodeAppender[] int top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.Implementation
            astore 4 /* implementation */
        start local 4 // net.bytebuddy.implementation.Implementation implementation
         4: .line 1740
            aload 2 /* byteCodeAppender */
            iload 3 /* index */
            iinc 3 /* index */ 1
            aload 4 /* implementation */
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation.appender:(Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
            aastore
        end local 4 // net.bytebuddy.implementation.Implementation implementation
         5: .line 1739
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1742
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound
            dup
            aload 2 /* byteCodeAppender */
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)V
            areturn
        end local 3 // int index
        end local 2 // net.bytebuddy.implementation.bytecode.ByteCodeAppender[] byteCodeAppender
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.Implementation$Compound this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lnet/bytebuddy/implementation/Implementation$Compound;
            0    7     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            1    7     2      byteCodeAppender  [Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
            2    7     3                 index  I
            4    5     4        implementation  Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "Implementation.java"
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Compound = net.bytebuddy.implementation.Implementation$Compound of net.bytebuddy.implementation.Implementation
  public Composable = net.bytebuddy.implementation.Implementation$Compound$Composable of net.bytebuddy.implementation.Implementation$Compound
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public Compound = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound of net.bytebuddy.implementation.bytecode.ByteCodeAppender
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()