Package org.codehaus.groovy.classgen.asm
Class BytecodeDumper
- java.lang.Object
- 
- org.codehaus.groovy.classgen.asm.BytecodeDumper
 
- 
- All Implemented Interfaces:
- BytecodeProcessor
 
 public class BytecodeDumper extends Object implements BytecodeProcessor An utility class which can be used in test cases to dump generated bytecode.- Since:
- 2.4.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static BytecodeDumperSTANDARD_ERR
 - 
Constructor SummaryConstructors Constructor Description BytecodeDumper(Writer out)
 
- 
- 
- 
Field Detail- 
STANDARD_ERRpublic static final BytecodeDumper STANDARD_ERR 
 
- 
 - 
Constructor Detail- 
BytecodeDumperpublic BytecodeDumper(Writer out) 
 
- 
 - 
Method Detail- 
processBytecodepublic byte[] processBytecode(String name, byte[] original) - Specified by:
- processBytecodein interface- BytecodeProcessor
 
 
- 
 
-