com.uwyn.rife.continuations
Class ContinuationInstrumentor

java.lang.Object
  extended bycom.uwyn.rife.continuations.ContinuationInstrumentor

public class ContinuationInstrumentor
extends Object


Constructor Summary
ContinuationInstrumentor()
           
 
Method Summary
static byte[] instrument(byte[] raw_bytes, String classname, boolean skip_debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuationInstrumentor

public ContinuationInstrumentor()
Method Detail

instrument

public static byte[] instrument(byte[] raw_bytes,
                                String classname,
                                boolean skip_debug)
                         throws ClassNotFoundException
Throws:
ClassNotFoundException

RIFE Project Page