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 Instrumentorpublic abstract void instrument(JiapiMethod jm)
public boolean match(java.lang.String s)
Copyright © 2001. Documenation generated January 12 2013.