Uses of Class
ataspectj.instrumentation.InstrumentationRepository

Packages that use InstrumentationRepository
ataspectj.instrumentation   
 

Uses of InstrumentationRepository in ataspectj.instrumentation
 

Methods in ataspectj.instrumentation that return InstrumentationRepository
static InstrumentationRepository[] RepositoryLoader.getBlockToInstrumentFromMethod(java.lang.reflect.Constructor c)
          It returns an array of InstrumentationRepository containing all the java block of the given Constructor to instrument.
static InstrumentationRepository[] RepositoryLoader.getBlockToInstrumentFromMethod(java.lang.reflect.Method m)
          It returns an array of InstrumentationRepository containing all the java block of the given Method to instrument.
static InstrumentationRepository[] RepositoryLoader.getConstructorAndMethodToInstrument(java.lang.String binaryClassName)
          It returns an array of InstrumentationRepository containing all the java block contained into the given Class to instrument.
 

Methods in ataspectj.instrumentation with parameters of type InstrumentationRepository
 int InstrumentationRepository.compareTo(InstrumentationRepository o)
          Compares two InstrumentationRepository object.
static org.apache.bcel.generic.InstructionList InstructionInstrumentationFactory.updateInstructionList(InstrumentationRepository irep, IndexRepository[] allIndexRep, org.apache.bcel.generic.ConstantPoolGen cg, boolean isStatic)
          It updates the index of local variables instruction of the InstructionList contained into the InstrumentationRepository, to do that use the the indexes stored into the IndexRepositories.