Uses of Class
org.tromer.jie.opportunity.Opportunity

Packages that use Opportunity
org.tromer.jie Core classes of JIE. 
org.tromer.jie.opportunity   
 

Uses of Opportunity in org.tromer.jie
 

Fields in org.tromer.jie declared as Opportunity
 Opportunity InstrumConfig.Rule.opp
          Opportunity (including actions
 

Uses of Opportunity in org.tromer.jie.opportunity
 

Subclasses of Opportunity in org.tromer.jie.opportunity
 class ClassInstantiationOpp
          Class Instantiation (Entry/Exit) Instrumentation Opportunity.
 class MethodOpp
          Method (Entry/Exit) Instrumentation Opportunity.
 class NominalMethodOpp
          Nominal Method (Entry/Exit) Instrumentation Opportunity.
static class Opportunity.EntryExitOpp
          Base class for all opportunities that have two configurable aspects: entry action template and exit action template.
static class Opportunity.SingleActionOpp
          Base class for all opportunities that have one configurable aspect: action template.