BytecodeProcessor
public class BytecodeDumper extends Object implements BytecodeProcessor
Modifier and Type | Field | Description |
---|---|---|
static BytecodeDumper |
STANDARD_ERR |
Constructor | 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