public abstract class EventInstrumentor extends java.lang.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 insturmentation process.
|
abstract void |
instrument(JiapiMethod jm) |
boolean |
match(java.lang.String s)
Matches given String to resolutions set to event-producer.
|
protected EventInstrumentor(EventProducer ep)
public JiapiClass getCurrentClass()
protected JiapiClass getEventProducer()
protected JiapiField getEventProducerField()
public void instrument(JiapiClass jc)
instrument
in interface Instrumentor
public abstract void instrument(JiapiMethod jm)
public boolean match(java.lang.String s)
Copyright © 2001. Documenation generated October 18 2013.