Package org.codehaus.groovy.control
Interface BytecodeProcessor
- All Known Implementing Classes:
- BytecodeDumper
public interface BytecodeProcessor
- 
Method SummaryModifier and Type Method Description byte[]processBytecode(java.lang.String name, byte[] original)
- 
Method Details- 
processBytecodebyte[] processBytecode(java.lang.String name, byte[] original)
 
-