BytecodeProcessor
public class BytecodeDumper extends java.lang.Object implements BytecodeProcessor
Modifier and Type | Field | Description |
---|---|---|
static BytecodeDumper |
STANDARD_ERR |
Constructor | Description |
---|---|
BytecodeDumper(java.io.Writer out) |
Modifier and Type | Method | 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