public class Disassembler extends Object
Constructor and Description |
---|
Disassembler(IInstruction[] instructions,
ExceptionHandler[][] handlers,
int[] instructionsToBytecodes)
Create a disassembler for a method.
|
Disassembler(MethodData data)
Create a disassembler for a method.
|
Modifier and Type | Method and Description |
---|---|
void |
disassembleTo(String prefix,
Writer w)
Write the disassembly to a stream.
|
void |
disassembleTo(Writer w)
Write the disassembly to a stream.
|
public Disassembler(IInstruction[] instructions, ExceptionHandler[][] handlers, int[] instructionsToBytecodes)
public Disassembler(MethodData data) throws NullPointerException
NullPointerException
- if data is nullpublic void disassembleTo(String prefix, Writer w) throws IOException
IOException
public void disassembleTo(Writer w) throws IOException
IOException