at.dms.backend
Class Main
java.lang.Object
at.dms.backend.Main
public class Main
- extends Object
This class is the entry point for the optimizer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
protected BackendOptions options
optimizeClass
public static void optimizeClass(ClassInfo info,
BackendOptions options)
throws UnpositionedError
- Reads, optimizes and writes a class file
- Throws:
UnpositionedError
- an error occurred
main
public static void main(String[] args)
- Entry point to the assembler