public abstract class EventInstrumentor extends Object implements Instrumentor
| Modifier | Constructor and Description |
|---|---|
protected |
EventInstrumentor(EventProducer ep) |
| Modifier and Type | Method and Description |
|---|---|
JiapiClass |
getCurrentClass() |
protected JiapiClass |
getEventProducer() |
protected JiapiField |
getEventProducerField() |
void |
instrument(JiapiClass jc)
Called by Jiapi instrumentation process.
|
abstract void |
instrument(JiapiMethod jm) |
boolean |
match(String s)
Matches given String to resolutions set to event-producer.
|
protected EventInstrumentor(EventProducer ep)
public boolean match(String s)
s - String to matchpublic void instrument(JiapiClass jc)
instrument in interface Instrumentorprotected JiapiClass getEventProducer()
protected JiapiField getEventProducerField()
public JiapiClass getCurrentClass()
public abstract void instrument(JiapiMethod jm)
Copyright © 2017. All rights reserved.