public interface net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate extends net.bytebuddy.dynamic.scaffold.InstrumentedType$Prepareable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  super_class: java.lang.Object
{
  public static final java.lang.String FIELD_NAME_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "delegate"

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "MethodDelegation.java"
NestHost: net.bytebuddy.implementation.MethodDelegation
InnerClasses:
  public abstract Prepareable = net.bytebuddy.dynamic.scaffold.InstrumentedType$Prepareable of net.bytebuddy.dynamic.scaffold.InstrumentedType
  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 ForConstruction = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForConstruction of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  public abstract ForField = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  public ForMethodReturn = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForMethodReturn of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  public ForStaticMethod = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForStaticMethod of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate