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 Instrumentor
clazz
- a JiapiClass to InstrumentInstrumentationException
- is thrown on failurepublic abstract void instrument(JiapiMethod m) throws InstrumentationException
InstrumentationException
Copyright © 2017. All rights reserved.