org.apache.commons.javaflow.bytecode.transformation
Interface ResourceTransformer

All Known Implementing Classes:
AsmClassTransformer, BcelClassTransformer, CompositeTransformer, NopResourceTransformer

public interface ResourceTransformer

Byte-code transformer that enhances the class files for javaflow.

When Continuation.suspend() is called, all the methods in the stack frame needs to be enhanced.

Author:
tcurdt
See Also:
BcelClassTransformer, AsmClassTransformer

Method Summary
 byte[] transform(byte[] original)
           
 

Method Detail

transform

byte[] transform(byte[] original)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.