|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
WovenProxyConcreteMethodAdapter
is used for weaving instance methods
WovenProxyAbstractMethodAdapter
is used to provide a delegating
implementation of an interface method.MethodVisitor
that will weave a given method
InvocationListener
Object
,
only populated for classes which will directly implement WovenProxy
.
#getCommonSuperClass(String, String)
so that it doesn't load classes (which it was doing on the wrong ClassLoader
anyway...)OSGiFriendlyClassWriter.getCommonSuperClass(String, String)
so that it doesn't load classes (which it was doing on the wrong ClassLoader
anyway...)Class
using the
supplied ASM ClassVisitor
, the reader will skip DEBUG, FRAMES and CODE.
this
Method
and the class that declares it
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |