Uses of Interface
org.multiverse.instrumentation.InstrumentationPhase

Packages that use InstrumentationPhase
org.multiverse.instrumentation   
org.multiverse.instrumentation.asm   
 

Uses of InstrumentationPhase in org.multiverse.instrumentation
 

Classes in org.multiverse.instrumentation that implement InstrumentationPhase
 class AbstractInstrumentationPhase
          Abstract InstrumentationPhase that provides some basic plumbing.
 class PreventReinstrumentationInstrumentationPhase
          A control flow InstrumentationPhase responsible for preventing that a class already has been instrumented: If the class already is instrumented, it checks if the compiler name and version match.
 

Methods in org.multiverse.instrumentation with parameters of type InstrumentationPhase
protected  void StandardInstrumentor.add(InstrumentationPhase phase)
           
 

Uses of InstrumentationPhase in org.multiverse.instrumentation.asm
 

Classes in org.multiverse.instrumentation.asm that implement InstrumentationPhase
 class JSRInlineInstrumentationPhase
          A InstrumentationPhase for inlining jsr instructions.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.