public class net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter extends net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial$AbstractBase<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
  super_class: net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial$AbstractBase
{
  private final net.bytebuddy.description.method.MethodDescription$Token token;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$Token;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter this$3;
    descriptor: Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter, net.bytebuddy.description.method.MethodDescription$Token);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 2 // net.bytebuddy.description.method.MethodDescription$Token token
         0: .line 4577
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            aload 0 /* this */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial$AbstractBase.<init>:()V
         1: .line 4578
            aload 0 /* this */
            aload 2 /* token */
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
         2: .line 4579
            return
        end local 2 // net.bytebuddy.description.method.MethodDescription$Token token
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0    3     2  token  Lnet/bytebuddy/description/method/MethodDescription$Token;
    MethodParameters:
        Name  Flags
      this$0  final
      token   

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable<U> withParameter(net.bytebuddy.description.type.TypeDefinition, java.lang.String, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;Ljava/lang/String;I)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // net.bytebuddy.description.type.TypeDefinition type
        start local 2 // java.lang.String name
        start local 3 // int modifiers
         0: .line 4585
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter
            dup
            aload 0 /* this */
            new net.bytebuddy.description.method.ParameterDescription$Token
            dup
            aload 1 /* type */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* name */
            iload 3 /* modifiers */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/lang/String;Ljava/lang/Integer;)V
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;Lnet/bytebuddy/description/method/ParameterDescription$Token;)V
            areturn
        end local 3 // int modifiers
        end local 2 // java.lang.String name
        end local 1 // net.bytebuddy.description.type.TypeDefinition type
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0    1     1       type  Lnet/bytebuddy/description/type/TypeDefinition;
            0    1     2       name  Ljava/lang/String;
            0    1     3  modifiers  I
    Signature: (Lnet/bytebuddy/description/type/TypeDefinition;Ljava/lang/String;I)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable<TU;>;
    MethodParameters:
           Name  Flags
      type       
      name       
      modifiers  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Simple$Annotatable<U> withParameter(net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Simple$Annotatable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // net.bytebuddy.description.type.TypeDefinition type
         0: .line 4592
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$SimpleParameterAnnotationAdapter
            dup
            aload 0 /* this */
            new net.bytebuddy.description.method.ParameterDescription$Token
            dup
            aload 1 /* type */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$SimpleParameterAnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;Lnet/bytebuddy/description/method/ParameterDescription$Token;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDefinition type
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0    1     1  type  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Simple$Annotatable<TU;>;
    MethodParameters:
      Name  Flags
      type  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ExceptionDefinition<U> throwing(java.util.Collection<? extends net.bytebuddy.description.type.TypeDefinition>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ExceptionDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // java.util.Collection types
         0: .line 4599
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            new net.bytebuddy.description.method.MethodDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
         1: .line 4600
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
         2: .line 4601
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         3: .line 4602
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 4603
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         5: .line 4604
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            new net.bytebuddy.description.type.TypeList$Generic$Explicit
            dup
            new java.util.ArrayList
            dup
            aload 1 /* types */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Explicit.<init>:(Ljava/util/List;)V
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
         6: .line 4605
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         7: .line 4606
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
         8: .line 4607
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.method.MethodDescription$Token.<init>:(Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
         9: .line 4599
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
            areturn
        end local 1 // java.util.Collection types
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0   10     1  types  Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ExceptionDefinition<TU;>;
    MethodParameters:
       Name  Flags
      types  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$TypeVariableDefinition$Annotatable<U> typeVariable(java.lang.String, java.util.Collection<? extends net.bytebuddy.description.type.TypeDefinition>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$TypeVariableDefinition$Annotatable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // java.lang.String symbol
        start local 2 // java.util.Collection bounds
         0: .line 4614
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$TypeVariableAnnotationAdapter
            dup
            aload 0 /* this */
            new net.bytebuddy.description.type.TypeVariableToken
            dup
            aload 1 /* symbol */
            new net.bytebuddy.description.type.TypeList$Generic$Explicit
            dup
            new java.util.ArrayList
            dup
            aload 2 /* bounds */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Explicit.<init>:(Ljava/util/List;)V
            invokespecial net.bytebuddy.description.type.TypeVariableToken.<init>:(Ljava/lang/String;Ljava/util/List;)V
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$TypeVariableAnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;Lnet/bytebuddy/description/type/TypeVariableToken;)V
            areturn
        end local 2 // java.util.Collection bounds
        end local 1 // java.lang.String symbol
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0    1     1  symbol  Ljava/lang/String;
            0    1     2  bounds  Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$TypeVariableDefinition$Annotatable<TU;>;
    MethodParameters:
        Name  Flags
      symbol  
      bounds  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<U> intercept(net.bytebuddy.implementation.Implementation);
    descriptor: (Lnet/bytebuddy/implementation/Implementation;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // net.bytebuddy.implementation.Implementation implementation
         0: .line 4621
            aload 0 /* this */
            new net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation
            dup
            aload 1 /* implementation */
            invokespecial net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation.<init>:(Lnet/bytebuddy/implementation/Implementation;)V
            invokevirtual net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.materialize:(Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation implementation
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0    1     1  implementation  Lnet/bytebuddy/implementation/Implementation;
    Signature: (Lnet/bytebuddy/implementation/Implementation;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<TU;>;
    MethodParameters:
                Name  Flags
      implementation  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<U> withoutCode();
    descriptor: ()Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
         0: .line 4628
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
         1: new net.bytebuddy.description.method.MethodDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
         2: .line 4629
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
            sipush 256
            iand
            ifne 4
         3: .line 4630
            iconst_1
            anewarray net.bytebuddy.description.modifier.ModifierContributor$ForMethod
            dup
            iconst_0
            getstatic net.bytebuddy.description.modifier.MethodManifestation.ABSTRACT:Lnet/bytebuddy/description/modifier/MethodManifestation;
            aastore
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
            invokevirtual net.bytebuddy.description.modifier.ModifierContributor$Resolver.resolve:(I)I
            goto 5
         4: .line 4631
      StackMap locals: net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
      StackMap stack: new 0 new 0 net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter new 1 new 1 java.lang.String
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
         5: .line 4632
      StackMap locals: net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
      StackMap stack: new 0 new 0 net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter new 1 new 1 java.lang.String int
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         6: .line 4633
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         7: .line 4634
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         8: .line 4635
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
         9: .line 4636
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
        10: .line 4637
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
        11: .line 4638
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.method.MethodDescription$Token.<init>:(Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
        12: .line 4628
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
        13: .line 4638
            getstatic net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAbstractMethod.INSTANCE:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$ForAbstractMethod;
            invokevirtual net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.materialize:(Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
        14: .line 4628
            areturn
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
    Signature: ()Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<TU;>;

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<U> defaultValue(net.bytebuddy.description.annotation.AnnotationValue<?, ?>);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationValue;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
         0: .line 4645
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            new net.bytebuddy.description.method.MethodDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
         1: .line 4646
            iconst_1
            anewarray net.bytebuddy.description.modifier.ModifierContributor$ForMethod
            dup
            iconst_0
            getstatic net.bytebuddy.description.modifier.MethodManifestation.ABSTRACT:Lnet/bytebuddy/description/modifier/MethodManifestation;
            aastore
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
            invokevirtual net.bytebuddy.description.modifier.ModifierContributor$Resolver.resolve:(I)I
         2: .line 4647
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         3: .line 4648
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 4649
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         5: .line 4650
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
         6: .line 4651
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         7: .line 4652
            aload 1 /* annotationValue */
         8: .line 4653
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.method.MethodDescription$Token.<init>:(Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
         9: .line 4645
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
        10: .line 4653
            new net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue
            dup
            aload 1 /* annotationValue */
            invokespecial net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue.<init>:(Lnet/bytebuddy/description/annotation/AnnotationValue;)V
            invokevirtual net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.materialize:(Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
        11: .line 4645
            areturn
        end local 1 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0   12     1  annotationValue  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationValue<**>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<TU;>;
    MethodParameters:
                 Name  Flags
      annotationValue  

  private net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<U> materialize(net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
        start local 1 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
         0: .line 4663
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$AnnotationAdapter
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$AnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)V
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            0    1     1  handler  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
    Signature: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition<TU;>;
    MethodParameters:
         Name  Flags
      handler  

  static net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter access$0(net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 4565
            aload 0
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial$AbstractBase<TU;>;
SourceFile: "DynamicType.java"
NestHost: net.bytebuddy.dynamic.DynamicType
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public abstract ForMethod = net.bytebuddy.description.modifier.ModifierContributor$ForMethod of net.bytebuddy.description.modifier.ModifierContributor
  public Resolver = net.bytebuddy.description.modifier.ModifierContributor$Resolver of net.bytebuddy.description.modifier.ModifierContributor
  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 Explicit = net.bytebuddy.description.type.TypeList$Generic$Explicit of net.bytebuddy.description.type.TypeList$Generic
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract Adapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase
  protected MethodDefinitionAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter
  protected AnnotationAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$AnnotationAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
  protected ParameterAnnotationAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
  protected SimpleParameterAnnotationAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$SimpleParameterAnnotationAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
  protected TypeVariableAnnotationAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$TypeVariableAnnotationAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
  public abstract MethodDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract ExceptionDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ExceptionDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract ParameterDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract Annotatable = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition
  public abstract Initial = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial
  public abstract Simple = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Simple of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition
  public abstract Annotatable = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Simple$Annotatable of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Simple
  public abstract ReceiverTypeDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ReceiverTypeDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract TypeVariableDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$TypeVariableDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract Annotatable = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$TypeVariableDefinition$Annotatable of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$TypeVariableDefinition
  public abstract Handler = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public final ForAbstractMethod = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAbstractMethod of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler
  public ForAnnotationValue = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler
  public ForImplementation = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)