public class BytecodeDumper extends java.lang.Object implements BytecodeProcessor
Modifier and Type | Field and Description |
---|---|
static BytecodeDumper |
STANDARD_ERR |
Constructor and Description |
---|
BytecodeDumper(java.io.Writer out) |
Modifier and Type | Method and Description |
---|---|
byte[] |
processBytecode(java.lang.String name,
byte[] original) |
public static final BytecodeDumper STANDARD_ERR
public byte[] processBytecode(java.lang.String name, byte[] original)
processBytecode
in interface BytecodeProcessor