public class Disassembler extends Object
Notice that this tool does not depend on any other classes or libraries (other than the standard JDK library).
| Modifier and Type | Class and Description |
|---|---|
class |
Disassembler.LineNumberTableAttribute |
| Constructor and Description |
|---|
Disassembler() |
| Modifier and Type | Method and Description |
|---|---|
void |
disasm(File file)
Disassemble one Java™ class file to
System.out. |
void |
disasm(InputStream is) |
static void |
main(String[] args)
Usage:
|
void |
setOut(OutputStream os) |
void |
setSourceDirectory(File sourceDirectory) |
void |
setVerbose(boolean verbose) |
public static void main(String[] args) throws IOException
java new.janino.tools.Disassembler [ -o output-file ] [ -help ]
args - IOExceptionpublic void setOut(OutputStream os)
public void setVerbose(boolean verbose)
public void setSourceDirectory(File sourceDirectory)
public void disasm(File file) throws IOException
System.out.file - IOExceptionpublic void disasm(InputStream is) throws IOException
IOExceptionCopyright © 2001-2012. All Rights Reserved.