public interface  net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled extends java.lang.Object implements net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool
{
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();
}