public interface net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled extends net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled
super_class: java.lang.Object
{
public abstract net.bytebuddy.description.type.TypeDescription getInstrumentedType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract net.bytebuddy.description.method.MethodList<?> getMethods();
descriptor: ()Lnet/bytebuddy/description/method/MethodList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;
public abstract net.bytebuddy.description.method.MethodList<?> getInstrumentedMethods();
descriptor: ()Lnet/bytebuddy/description/method/MethodList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;
public abstract net.bytebuddy.implementation.LoadedTypeInitializer getLoadedTypeInitializer();
descriptor: ()Lnet/bytebuddy/implementation/LoadedTypeInitializer;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract net.bytebuddy.dynamic.scaffold.TypeInitializer getTypeInitializer();
descriptor: ()Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MethodRegistry.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodRegistry
InnerClasses:
public abstract Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry
public abstract MethodPool = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool of net.bytebuddy.dynamic.scaffold.TypeWriter