|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalt.jiapi.MethodInstrumentor
public abstract class MethodInstrumentor
This class is a simple implementation of Instrumentor,
that gets all the declared methods of the target class,
and forwards instrumentation to instrument(JiapiMethod)
method.
Constructor Summary | |
---|---|
MethodInstrumentor()
|
Method Summary | |
---|---|
void |
instrument(JiapiClass clazz)
Implementation of Instrumentor.instrument(JiapiClass). |
abstract void |
instrument(JiapiMethod m)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodInstrumentor()
Method Detail |
---|
public void instrument(JiapiClass clazz) throws InstrumentationException
instrument
in interface Instrumentor
InstrumentationException
- is thrown on failurepublic abstract void instrument(JiapiMethod m) throws InstrumentationException
InstrumentationException
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |