org.multiverse.instrumentation.asm
Class JSRInlineInstrumentationPhase

java.lang.Object
  extended by org.multiverse.instrumentation.AbstractInstrumentationPhase
      extended by org.multiverse.instrumentation.asm.JSRInlineInstrumentationPhase
All Implemented Interfaces:
InstrumentationPhase

public class JSRInlineInstrumentationPhase
extends AbstractInstrumentationPhase

A InstrumentationPhase for inlining jsr instructions. For more information see the JSRInlineClassAdapter.

Author:
Peter Veentjer

Constructor Summary
JSRInlineInstrumentationPhase()
           
 
Method Summary
protected  Clazz doInstrument(Environment environment, Clazz originalClazz)
           
 
Methods inherited from class org.multiverse.instrumentation.AbstractInstrumentationPhase
doInit, getName, instrument, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSRInlineInstrumentationPhase

public JSRInlineInstrumentationPhase()
Method Detail

doInstrument

protected Clazz doInstrument(Environment environment,
                             Clazz originalClazz)
Specified by:
doInstrument in class AbstractInstrumentationPhase


Copyright © 2008-2010 Multiverse. All Rights Reserved.