alt.jiapi.event
Class EventInstrumentor

java.lang.Object
  extended by alt.jiapi.event.EventInstrumentor
All Implemented Interfaces:
Instrumentor

public abstract class EventInstrumentor
extends java.lang.Object
implements Instrumentor

Class EventInstrumentor.

Author:
Mika Riekkinen

Constructor Summary
protected EventInstrumentor(EventProducer ep)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventInstrumentor

protected EventInstrumentor(EventProducer ep)
Method Detail

getCurrentClass

public JiapiClass getCurrentClass()

getEventProducer

protected JiapiClass getEventProducer()

getEventProducerField

protected JiapiField getEventProducerField()

instrument

public void instrument(JiapiClass jc)
Called by Jiapi insturmentation process.

Specified by:
instrument in interface Instrumentor

instrument

public abstract void instrument(JiapiMethod jm)

match

public boolean match(java.lang.String s)
Matches given String to resolutions set to event-producer.



Copyright © 2001. Documenation generated August 26 2011.