|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorNotFoundException | |
---|---|
ataspectj.instrumentation |
Uses of ConstructorNotFoundException in ataspectj.instrumentation |
---|
Methods in ataspectj.instrumentation that throw ConstructorNotFoundException | |
---|---|
static org.apache.bcel.classfile.Method |
RepositoryLoader.getBCELMethodFromConstructor(org.apache.bcel.classfile.Method[] all,
java.lang.reflect.Constructor c)
Search the specified java.lang.reflect.Contructor into the array of org.apache.bcel.classfile.Method pass as argument |
static InstrumentationRepository[] |
RepositoryLoader.getBlockToInstrumentFromMethod(java.lang.reflect.Constructor c)
It returns an array of InstrumentationRepository containing all the java block of the given Constructor 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 |