Uses of Interface
de.uka.ipd.sdq.ByCounter.instrumentation.IInstructionAnalyser

Packages that use IInstructionAnalyser
de.uka.ipd.sdq.ByCounter.parsing Provides analysis of the class structure of instrumented applications. 
 

Uses of IInstructionAnalyser in de.uka.ipd.sdq.ByCounter.parsing
 

Classes in de.uka.ipd.sdq.ByCounter.parsing that implement IInstructionAnalyser
 class BasicBlockAnalyser
          An implementation of IInstructionAnalyser that analyses instructions in order to find basicBlocks.
 class RangeBlockAnalyser
          An implementation of IInstructionAnalyser that analyses instructions in order to find the basicBlocks that comprise range blocks.