public static interface MethodRegistry.Compiled extends TypeWriter.MethodPool
MethodRegistry
.TypeWriter.MethodPool.Entry
Modifier and Type | Method and Description |
---|---|
MethodLookupEngine.Finding |
getFinding()
Returns the result of a method lookup on the fully prepared instrumented type.
|
TypeInitializer |
getTypeInitializer()
Returns the
TypeInitializer of the instrumented type that is currently
under construction. |
target
MethodLookupEngine.Finding getFinding()
Instrumentation
was able
to register any methods.TypeInitializer getTypeInitializer()
TypeInitializer
of the instrumented type that is currently
under construction. This type initializer is only extracted after any
Instrumentation
could register their own type initializers.Copyright © 2014. All rights reserved.