public abstract class MethodInstrumentor extends Object implements Instrumentor
instrument(JiapiMethod) method.| Constructor and Description |
|---|
MethodInstrumentor() |
| Modifier and Type | Method and Description |
|---|---|
void |
instrument(JiapiClass clazz)
Implementation of Instrumentor.instrument(JiapiClass).
|
abstract void |
instrument(JiapiMethod m) |
public void instrument(JiapiClass clazz) throws InstrumentationException
instrument in interface Instrumentorclazz - a JiapiClass to InstrumentInstrumentationException - is thrown on failurepublic abstract void instrument(JiapiMethod m) throws InstrumentationException
InstrumentationExceptionCopyright © 2017. All rights reserved.