at.dms.dis
Class Main

java.lang.Object
  |
  +--at.dms.dis.Main
All Implemented Interfaces:
Constants

public class Main
extends java.lang.Object
implements Constants

This class is the entry point for the KOPI disassembler.


Field Summary
protected  DisOptions options
          Command-line options.
 
Fields inherited from interface at.dms.dis.Constants
OPT_NO_CODE, OPT_SHOW_STACK, OPT_SORT_MEMBERS, OPT_STDOUT
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to the assembler.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected DisOptions options
Command-line options.
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to the assembler.