public interface  net.bytebuddy.dynamic.scaffold.MethodRegistry$Prepared extends java.lang.Object
{
public abstract net.bytebuddy.description.type.TypeDescription getInstrumentedType();
public abstract net.bytebuddy.description.method.MethodList getMethods();
public abstract net.bytebuddy.description.method.MethodList getInstrumentedMethods();
public abstract net.bytebuddy.implementation.LoadedTypeInitializer getLoadedTypeInitializer();
public abstract net.bytebuddy.dynamic.scaffold.TypeInitializer getTypeInitializer();
public abstract net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled compile(net.bytebuddy.implementation.Implementation$Target$Factory, net.bytebuddy.ClassFileVersion);
}