|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.dis.Main
This class is the entry point for the KOPI disassembler.
| Field Summary | |
private String[] |
args
|
protected DisOptions |
options
|
| Fields inherited from interface org.multijava.dis.Constants |
OPT_NO_CODE, OPT_SHOW_STACK, OPT_SORT_MEMBERS, OPT_STDOUT |
| Constructor Summary | |
protected |
Main(String[] args)
Only main and subclasses can construct Main |
| Method Summary | |
static boolean |
compile(String[] args)
This static method is inserted simply to facilitate testing. |
protected boolean |
disasm()
Disassembles the files specified by the instantiation arguments |
protected void |
disassembleClass(String fileName)
Reads, and disassembles a class file |
static void |
main(String[] args)
Entry point to the assembler |
protected boolean |
parseArguments(String[] args)
|
static boolean |
run(String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private String[] args
protected DisOptions options
| Constructor Detail |
protected Main(String[] args)
| Method Detail |
protected boolean disasm()
protected void disassembleClass(String fileName)
throws UnpositionedError
UnpositionedError - an error occurredpublic static void main(String[] args)
public static boolean compile(String[] args)
public static boolean run(String[] args)
protected boolean parseArguments(String[] args)
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||