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

  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, net.bytebuddy.implementation.Implementation$Composable);
    descriptor: (Lnet/bytebuddy/implementation/Implementation;Lnet/bytebuddy/implementation/Implementation$Composable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
        start local 1 // net.bytebuddy.implementation.Implementation implementation
        start local 2 // net.bytebuddy.implementation.Implementation$Composable composable
         0: .line 1774
            aload 0 /* this */
            aload 1 /* implementation */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* composable */
            invokespecial net.bytebuddy.implementation.Implementation$Compound$Composable.<init>:(Ljava/util/List;Lnet/bytebuddy/implementation/Implementation$Composable;)V
         1: .line 1775
            return
        end local 2 // net.bytebuddy.implementation.Implementation$Composable composable
        end local 1 // net.bytebuddy.implementation.Implementation implementation
        end local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lnet/bytebuddy/implementation/Implementation$Compound$Composable;
            0    2     1  implementation  Lnet/bytebuddy/implementation/Implementation;
            0    2     2      composable  Lnet/bytebuddy/implementation/Implementation$Composable;
    MethodParameters:
                Name  Flags
      implementation  
      composable      

  public void <init>(java.util.List<? extends net.bytebuddy.implementation.Implementation>, net.bytebuddy.implementation.Implementation$Composable);
    descriptor: (Ljava/util/List;Lnet/bytebuddy/implementation/Implementation$Composable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
        start local 1 // java.util.List implementations
        start local 2 // net.bytebuddy.implementation.Implementation$Composable composable
         0: .line 1783
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1784
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
         2: .line 1785
            aload 1 /* implementations */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound$Composable java.util.List net.bytebuddy.implementation.Implementation$Composable top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.implementation.Implementation
            astore 3 /* implementation */
        start local 3 // net.bytebuddy.implementation.Implementation implementation
         4: .line 1786
            aload 3 /* implementation */
            instanceof net.bytebuddy.implementation.Implementation$Compound$Composable
            ifeq 8
         5: .line 1787
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 3 /* 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 1788
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 3 /* 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 1789
            goto 12
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound$Composable java.util.List net.bytebuddy.implementation.Implementation$Composable net.bytebuddy.implementation.Implementation java.util.Iterator
      StackMap stack:
         8: aload 3 /* implementation */
            instanceof net.bytebuddy.implementation.Implementation$Compound
            ifeq 11
         9: .line 1790
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 3 /* 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 1791
            goto 12
        11: .line 1792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 3 /* implementation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // net.bytebuddy.implementation.Implementation implementation
        12: .line 1785
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound$Composable java.util.List net.bytebuddy.implementation.Implementation$Composable top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 1795
            aload 2 /* composable */
            instanceof net.bytebuddy.implementation.Implementation$Compound$Composable
            ifeq 17
        14: .line 1796
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 2 /* composable */
            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
        15: .line 1797
            aload 0 /* this */
            aload 2 /* composable */
            checkcast net.bytebuddy.implementation.Implementation$Compound$Composable
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
            putfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
        16: .line 1798
            goto 18
        17: .line 1799
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound$Composable java.util.List net.bytebuddy.implementation.Implementation$Composable
      StackMap stack:
            aload 0 /* this */
            aload 2 /* composable */
            putfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
        18: .line 1801
      StackMap locals:
      StackMap stack:
            return
        end local 2 // net.bytebuddy.implementation.Implementation$Composable composable
        end local 1 // java.util.List implementations
        end local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0             this  Lnet/bytebuddy/implementation/Implementation$Compound$Composable;
            0   19     1  implementations  Ljava/util/List<+Lnet/bytebuddy/implementation/Implementation;>;
            0   19     2       composable  Lnet/bytebuddy/implementation/Implementation$Composable;
            4   12     3   implementation  Lnet/bytebuddy/implementation/Implementation;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/implementation/Implementation;>;Lnet/bytebuddy/implementation/Implementation$Composable;)V
    MethodParameters:
                 Name  Flags
      implementations  
      composable       

  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$Composable this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1807
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound$Composable 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 1808
            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 1807
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1810
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.implementation.Implementation$Composable.prepare:(Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/implementation/Implementation$Compound$Composable;
            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$Composable this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 1817
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            iadd
            anewarray net.bytebuddy.implementation.bytecode.ByteCodeAppender
            astore 2 /* byteCodeAppender */
        start local 2 // net.bytebuddy.implementation.bytecode.ByteCodeAppender[] byteCodeAppender
         1: .line 1818
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         2: .line 1819
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: net.bytebuddy.implementation.Implementation$Compound$Composable 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 1820
            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 1819
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1822
            aload 2 /* byteCodeAppender */
            iload 3 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Composable.appender:(Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
            aastore
         7: .line 1823
            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$Composable this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lnet/bytebuddy/implementation/Implementation$Compound$Composable;
            0    8     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            1    8     2      byteCodeAppender  [Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
            2    8     3                 index  I
            4    5     4        implementation  Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                      Name  Flags
      implementationTarget  

  public net.bytebuddy.implementation.Implementation andThen(net.bytebuddy.implementation.Implementation);
    descriptor: (Lnet/bytebuddy/implementation/Implementation;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
        start local 1 // net.bytebuddy.implementation.Implementation implementation
         0: .line 1830
            new net.bytebuddy.implementation.Implementation$Compound
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
            aload 1 /* implementation */
            invokeinterface net.bytebuddy.implementation.Implementation$Composable.andThen:(Lnet/bytebuddy/implementation/Implementation;)Lnet/bytebuddy/implementation/Implementation;
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.implementation.Implementation$Compound.<init>:(Ljava/util/List;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation implementation
        end local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lnet/bytebuddy/implementation/Implementation$Compound$Composable;
            0    1     1  implementation  Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                Name  Flags
      implementation  

  public net.bytebuddy.implementation.Implementation$Composable andThen(net.bytebuddy.implementation.Implementation$Composable);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Composable;)Lnet/bytebuddy/implementation/Implementation$Composable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
        start local 1 // net.bytebuddy.implementation.Implementation$Composable implementation
         0: .line 1837
            new net.bytebuddy.implementation.Implementation$Compound$Composable
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.implementations:Ljava/util/List;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Compound$Composable.composable:Lnet/bytebuddy/implementation/Implementation$Composable;
            aload 1 /* implementation */
            invokeinterface net.bytebuddy.implementation.Implementation$Composable.andThen:(Lnet/bytebuddy/implementation/Implementation$Composable;)Lnet/bytebuddy/implementation/Implementation$Composable;
            invokespecial net.bytebuddy.implementation.Implementation$Compound$Composable.<init>:(Ljava/util/List;Lnet/bytebuddy/implementation/Implementation$Composable;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Composable implementation
        end local 0 // net.bytebuddy.implementation.Implementation$Compound$Composable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lnet/bytebuddy/implementation/Implementation$Compound$Composable;
            0    1     1  implementation  Lnet/bytebuddy/implementation/Implementation$Composable;
    MethodParameters:
                Name  Flags
      implementation  
}
SourceFile: "Implementation.java"
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Composable = net.bytebuddy.implementation.Implementation$Composable of net.bytebuddy.implementation.Implementation
  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()