public final class net.bytebuddy.implementation.bind.annotation.AllArguments$Binder extends java.lang.Enum<net.bytebuddy.implementation.bind.annotation.AllArguments$Binder> implements net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<net.bytebuddy.implementation.bind.annotation.AllArguments>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.bind.annotation.AllArguments$Binder
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.bind.annotation.AllArguments$Binder INSTANCE;
    descriptor: Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.implementation.bind.annotation.AllArguments$Binder[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 128
            new net.bytebuddy.implementation.bind.annotation.AllArguments$Binder
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.implementation.bind.annotation.AllArguments$Binder.<init>:(Ljava/lang/String;I)V
         1: .line 131
            putstatic net.bytebuddy.implementation.bind.annotation.AllArguments$Binder.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
         2: .line 126
            iconst_1
            anewarray net.bytebuddy.implementation.bind.annotation.AllArguments$Binder
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.bind.annotation.AllArguments$Binder.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
            aastore
            putstatic net.bytebuddy.implementation.bind.annotation.AllArguments$Binder.ENUM$VALUES:[Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bind.annotation.AllArguments$Binder this
         0: .line 126
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.bind.annotation.AllArguments$Binder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.Class<net.bytebuddy.implementation.bind.annotation.AllArguments> getHandledType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bind.annotation.AllArguments$Binder this
         0: .line 137
            ldc Lnet/bytebuddy/implementation/bind/annotation/AllArguments;
            areturn
        end local 0 // net.bytebuddy.implementation.bind.annotation.AllArguments$Binder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/implementation/bind/annotation/AllArguments;>;

  public net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding<?> bind(net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.AllArguments>, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=14, args_size=7
        start local 0 // net.bytebuddy.implementation.bind.annotation.AllArguments$Binder this
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 2 // net.bytebuddy.description.method.MethodDescription source
        start local 3 // net.bytebuddy.description.method.ParameterDescription target
        start local 4 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        start local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 150
            aload 3 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 3
         1: .line 151
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 7 /* componentType */
        start local 7 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         2: .line 152
            goto 7
        end local 7 // net.bytebuddy.description.type.TypeDescription$Generic componentType
      StackMap locals:
      StackMap stack:
         3: aload 3 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.isArray:()Z
            ifeq 6
         4: .line 153
            aload 3 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 7 /* componentType */
        start local 7 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         5: .line 154
            goto 7
        end local 7 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         6: .line 155
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Expected an array type for all argument annotation on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* source */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 7 // net.bytebuddy.description.type.TypeDescription$Generic componentType
         7: .line 157
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifne 8
            aload 1 /* annotation */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast net.bytebuddy.implementation.bind.annotation.AllArguments
            invokeinterface net.bytebuddy.implementation.bind.annotation.AllArguments.includeSelf:()Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 8 /* includeThis */
        start local 8 // boolean includeThis
        10: .line 158
            new java.util.ArrayList
            dup
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            iload 8 /* includeThis */
            ifeq 11
            iconst_1
            goto 12
      StackMap locals: net.bytebuddy.implementation.bind.annotation.AllArguments$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic int
      StackMap stack: new 10 new 10 int
        11: iconst_0
      StackMap locals: net.bytebuddy.implementation.bind.annotation.AllArguments$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic int
      StackMap stack: new 10 new 10 int int
        12: iadd
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 9 /* stackManipulations */
        start local 9 // java.util.List stackManipulations
        13: .line 159
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifne 14
            iload 8 /* includeThis */
            ifeq 15
      StackMap locals: java.util.List
      StackMap stack:
        14: iconst_0
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_1
      StackMap locals:
      StackMap stack: int
        16: istore 10 /* offset */
        start local 10 // int offset
        17: .line 160
            iload 8 /* includeThis */
            ifeq 19
        18: .line 161
            aload 4 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/lang/Object;Ljava/util/List;)Ljava/util/List;
            goto 20
        19: .line 162
      StackMap locals: int
      StackMap stack:
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
      StackMap locals:
      StackMap stack: java.util.List
        20: invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 12
            goto 32
      StackMap locals: net.bytebuddy.implementation.bind.annotation.AllArguments$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic int java.util.List int top java.util.Iterator
      StackMap stack:
        21: aload 12
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 11 /* sourceParameter */
        start local 11 // net.bytebuddy.description.type.TypeDescription$Generic sourceParameter
        22: .line 163
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
        23: .line 164
            aload 11 /* sourceParameter */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess;
            iload 10 /* offset */
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadFrom:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
        24: .line 165
            aload 5 /* assigner */
            aload 11 /* sourceParameter */
            aload 7 /* componentType */
            aload 6 /* typing */
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
        25: .line 163
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 13 /* stackManipulation */
        start local 13 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        26: .line 167
            aload 13 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifeq 29
        27: .line 168
            aload 9 /* stackManipulations */
            aload 13 /* stackManipulation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 169
            goto 31
      StackMap locals: net.bytebuddy.implementation.bind.annotation.AllArguments$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic int java.util.List int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
        29: aload 1 /* annotation */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast net.bytebuddy.implementation.bind.annotation.AllArguments
            invokeinterface net.bytebuddy.implementation.bind.annotation.AllArguments.value:()Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Assignment;
            invokevirtual net.bytebuddy.implementation.bind.annotation.AllArguments$Assignment.isStrict:()Z
            ifeq 31
        30: .line 170
            getstatic net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal.INSTANCE:Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding$Illegal;
            areturn
        31: .line 172
      StackMap locals:
      StackMap stack:
            iload 10 /* offset */
            aload 11 /* sourceParameter */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
            istore 10 /* offset */
        end local 13 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 11 // net.bytebuddy.description.type.TypeDescription$Generic sourceParameter
        32: .line 160
      StackMap locals: net.bytebuddy.implementation.bind.annotation.AllArguments$Binder net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing net.bytebuddy.description.type.TypeDescription$Generic int java.util.List int top java.util.Iterator
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        33: .line 174
            new net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous
            dup
            aload 7 /* componentType */
            invokestatic net.bytebuddy.implementation.bytecode.collection.ArrayFactory.forType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/implementation/bytecode/collection/ArrayFactory;
            aload 9 /* stackManipulations */
            invokevirtual net.bytebuddy.implementation.bytecode.collection.ArrayFactory.withValues:(Ljava/util/List;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokespecial net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 10 // int offset
        end local 9 // java.util.List stackManipulations
        end local 8 // boolean includeThis
        end local 7 // net.bytebuddy.description.type.TypeDescription$Generic componentType
        end local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 4 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 3 // net.bytebuddy.description.method.ParameterDescription target
        end local 2 // net.bytebuddy.description.method.MethodDescription source
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 0 // net.bytebuddy.implementation.bind.annotation.AllArguments$Binder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   34     0                  this  Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
            0   34     1            annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/AllArguments;>;
            0   34     2                source  Lnet/bytebuddy/description/method/MethodDescription;
            0   34     3                target  Lnet/bytebuddy/description/method/ParameterDescription;
            0   34     4  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            0   34     5              assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   34     6                typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            2    3     7         componentType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            5    6     7         componentType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            7   34     7         componentType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           10   34     8           includeThis  Z
           13   34     9    stackManipulations  Ljava/util/List<Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;
           17   34    10                offset  I
           22   32    11       sourceParameter  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           26   32    13     stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/AllArguments;>;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding<*>;
    MethodParameters:
                      Name  Flags
      annotation            
      source                
      target                
      implementationTarget  
      assigner              
      typing                

  public static net.bytebuddy.implementation.bind.annotation.AllArguments$Binder[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.bind.annotation.AllArguments$Binder.ENUM$VALUES:[Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.bind.annotation.AllArguments$Binder
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.bind.annotation.AllArguments$Binder valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.bind.annotation.AllArguments$Binder
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/bind/annotation/AllArguments$Binder;>;Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<Lnet/bytebuddy/implementation/bind/annotation/AllArguments;>;
SourceFile: "AllArguments.java"
NestHost: net.bytebuddy.implementation.bind.annotation.AllArguments
InnerClasses:
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public abstract ParameterBinding = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding of net.bytebuddy.implementation.bind.MethodDelegationBinder
  public Anonymous = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
  public final Illegal = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
  public final Assignment = net.bytebuddy.implementation.bind.annotation.AllArguments$Assignment of net.bytebuddy.implementation.bind.annotation.AllArguments
  public final Binder = net.bytebuddy.implementation.bind.annotation.AllArguments$Binder of net.bytebuddy.implementation.bind.annotation.AllArguments
  public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner