public class net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn implements net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<?>> parameterBinders;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<*>;>;

  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

  protected void <init>(java.lang.String, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, java.util.List<? extends net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<?>>, net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Ljava/util/List;Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn this
        start local 1 // java.lang.String name
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        start local 3 // java.util.List parameterBinders
        start local 4 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 1119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1123
            aload 0 /* this */
            aload 1 /* name */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.name:Ljava/lang/String;
         2: .line 1124
            aload 0 /* this */
            aload 2 /* methodGraphCompiler */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         3: .line 1125
            aload 0 /* this */
            aload 3 /* parameterBinders */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.parameterBinders:Ljava/util/List;
         4: .line 1126
            aload 0 /* this */
            aload 4 /* matcher */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         5: .line 1127
            return
        end local 4 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 3 // java.util.List parameterBinders
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$ForMethodReturn;
            0    6     1                 name  Ljava/lang/String;
            0    6     2  methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0    6     3     parameterBinders  Ljava/util/List<+Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<*>;>;
            0    6     4              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
    Signature: (Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Ljava/util/List<+Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<*>;>;Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;)V
    MethodParameters:
                     Name  Flags
      name                 
      methodGraphCompiler  
      parameterBinders     
      matcher              

  public net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled compile(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$Compiled;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 1133
            new net.bytebuddy.description.method.MethodList$Explicit
            dup
         1: .line 1134
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isStatic:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isPrivate:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
         2: .line 1135
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler.compile:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Linked;
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Linked.listNodes:()Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.asMethodList:()Lnet/bytebuddy/description/method/MethodList;
         3: .line 1133
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
            invokespecial net.bytebuddy.description.method.MethodList$Explicit.<init>:(Ljava/util/List;)V
         4: .line 1136
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.name:Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iconst_0
            invokestatic net.bytebuddy.matcher.ElementMatchers.takesArguments:(I)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isPrimitive:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isArray:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.returns:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokevirtual net.bytebuddy.description.method.MethodList$Explicit.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
         5: .line 1133
            astore 2 /* targets */
        start local 2 // net.bytebuddy.description.method.MethodList targets
         6: .line 1137
            aload 2 /* targets */
            invokeinterface net.bytebuddy.description.method.MethodList.size:()I
            iconst_1
            if_icmpeq 8
         7: .line 1138
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* instrumentedType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not define method without arguments with name "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* targets */
            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
         8: .line 1139
      StackMap locals: net.bytebuddy.description.method.MethodList
      StackMap stack:
            aload 2 /* targets */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 10
         9: .line 1140
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* targets */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not visible to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instrumentedType */
            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
        10: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            aload 2 /* targets */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler.compile:(Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Linked;
        11: .line 1143
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Linked.listNodes:()Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
        12: .line 1144
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.asMethodList:()Lnet/bytebuddy/description/method/MethodList;
        13: .line 1145
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
        14: .line 1142
            astore 3 /* candidates */
        start local 3 // net.bytebuddy.description.method.MethodList candidates
        15: .line 1146
            new java.util.ArrayList
            dup
            aload 3 /* candidates */
            invokeinterface net.bytebuddy.description.method.MethodList.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* records */
        start local 4 // java.util.List records
        16: .line 1147
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn.parameterBinders:Ljava/util/List;
            invokestatic net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.of:(Ljava/util/List;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder;
            astore 5 /* methodDelegationBinder */
        start local 5 // net.bytebuddy.implementation.bind.MethodDelegationBinder methodDelegationBinder
        17: .line 1148
            aload 3 /* candidates */
            invokeinterface net.bytebuddy.description.method.MethodList.iterator:()Ljava/util/Iterator;
            astore 7
            goto 20
      StackMap locals: net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodList net.bytebuddy.description.method.MethodList java.util.List net.bytebuddy.implementation.bind.MethodDelegationBinder top java.util.Iterator
      StackMap stack:
        18: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            astore 6 /* candidate */
        start local 6 // net.bytebuddy.description.method.MethodDescription candidate
        19: .line 1149
            aload 4 /* records */
            aload 5 /* methodDelegationBinder */
            aload 6 /* candidate */
            invokeinterface net.bytebuddy.implementation.bind.MethodDelegationBinder.compile:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$Record;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // net.bytebuddy.description.method.MethodDescription candidate
        20: .line 1148
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        21: .line 1151
            new net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForMethodReturn
            dup
            aload 2 /* targets */
            iconst_0
            invokeinterface net.bytebuddy.description.method.MethodList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            aload 4 /* records */
            invokespecial net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForMethodReturn.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/List;)V
            areturn
        end local 5 // net.bytebuddy.implementation.bind.MethodDelegationBinder methodDelegationBinder
        end local 4 // java.util.List records
        end local 3 // net.bytebuddy.description.method.MethodList candidates
        end local 2 // net.bytebuddy.description.method.MethodList targets
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   22     0                    this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$ForMethodReturn;
            0   22     1        instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            6   22     2                 targets  Lnet/bytebuddy/description/method/MethodList<*>;
           15   22     3              candidates  Lnet/bytebuddy/description/method/MethodList<*>;
           16   22     4                 records  Ljava/util/List<Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$Record;>;
           17   22     5  methodDelegationBinder  Lnet/bytebuddy/implementation/bind/MethodDelegationBinder;
           19   20     6               candidate  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  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=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1159
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$ForMethodReturn;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "MethodDelegation.java"
NestHost: net.bytebuddy.implementation.MethodDelegation
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract OfByteCodeElement = net.bytebuddy.description.ModifierReviewable$OfByteCodeElement of net.bytebuddy.description.ModifierReviewable
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public Explicit = net.bytebuddy.description.method.MethodList$Explicit of net.bytebuddy.description.method.MethodList
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract Linked = net.bytebuddy.dynamic.scaffold.MethodGraph$Linked of net.bytebuddy.dynamic.scaffold.MethodGraph
  public NodeList = net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList of net.bytebuddy.dynamic.scaffold.MethodGraph
  protected abstract ImplementationDelegate = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate of net.bytebuddy.implementation.MethodDelegation
  public abstract Compiled = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  public ForMethodReturn = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForMethodReturn of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled
  public ForMethodReturn = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  public abstract Record = net.bytebuddy.implementation.bind.MethodDelegationBinder$Record of net.bytebuddy.implementation.bind.MethodDelegationBinder
  public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()