Uses of Class
de.uka.ipd.sdq.ByCounter.execution.CountingResultCollector

Packages that use CountingResultCollector
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
 

Uses of CountingResultCollector in de.uka.ipd.sdq.ByCounter.execution
 

Methods in de.uka.ipd.sdq.ByCounter.execution that return CountingResultCollector
static CountingResultCollector CountingResultCollector.getInstance()
          Public singleton accessor.
 

Constructors in de.uka.ipd.sdq.ByCounter.execution with parameters of type CountingResultCollector
AbstractCollectionStrategy(CountingResultCollector parent)
          Construction of the strategy object.
CollectionStrategyDefault(CountingResultCollector parent)
          Construct the strategy object.
CollectionStrategyForceInlining(CountingResultCollector parent)
          Create and initialise the strategy.
CollectionStrategyWishedInlining(CountingResultCollector parent)