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 java.lang.Object implements BytecodeProcessor
An utility class which can be used in test cases to dump generated bytecode.- Since:
- 2.4.0
-
-
Field Summary
Fields Modifier and Type Field Description static BytecodeDumper
STANDARD_ERR
-
Constructor Summary
Constructors Constructor Description BytecodeDumper(java.io.Writer out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
processBytecode(java.lang.String name, byte[] original)
-
-
-
Field Detail
-
STANDARD_ERR
public static final BytecodeDumper STANDARD_ERR
-
-
Method Detail
-
processBytecode
public byte[] processBytecode(java.lang.String name, byte[] original)
- Specified by:
processBytecode
in interfaceBytecodeProcessor
-
-