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