|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodNotFoundException | |
---|---|
ataspectj.instrumentation |
Uses of MethodNotFoundException in ataspectj.instrumentation |
---|
Methods in ataspectj.instrumentation that throw MethodNotFoundException | |
---|---|
static org.apache.bcel.classfile.Method |
RepositoryLoader.getBCELMethodFromMethod(org.apache.bcel.classfile.Method[] all,
java.lang.reflect.Method c)
Search the specified java.lang.reflect.Method into the array of org.apache.bcel.classfile.Method pass as argument |
static InstrumentationRepository[] |
RepositoryLoader.getBlockToInstrumentFromMethod(java.lang.reflect.Method m)
It returns an array of InstrumentationRepository containing all the java block of the given Method to instrument. |
static InstrumentationRepository[] |
RepositoryLoader.getConstructorAndMethodToInstrument(java.lang.String binaryClassName)
It returns an array of InstrumentationRepository containing all the java block contained into the given Class to instrument. |
static void |
BytecodeCleaner.removeLocalVariableTables(java.lang.String binaryClassName)
It's used to clean up from all the methods, that do not contain Annotated Block, the Local Variable Table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |