org.codehaus.janino.tools
public class Disassembler extends Object
Notice that this tool does not depend on any other classes or libraries (other than the standard JDK library).
Nested Class Summary | |
---|---|
class | Disassembler.LineNumberTableAttribute |
Constructor Summary | |
---|---|
Disassembler() |
Method Summary | |
---|---|
void | disasm(File file)
Disassemble one JavaTM class file to System#out.
|
void | disasm(InputStream is) |
static void | main(String[] args)
Usage:
java new.janino.tools.Disassembler [ -o output-file ] [ -help ] |
void | setOut(OutputStream os) |
void | setSourceDirectory(File sourceDirectory) |
void | setVerbose(boolean verbose) |
Parameters: file
Throws: IOException
java new.janino.tools.Disassembler [ -o output-file ] [ -help ]
Parameters: args
Throws: IOException