jasmin
Class Main
java.lang.Object
jasmin.Main
public class Main
- extends Object
Main is the main entry point for Jasmin - it supplies the main()
method, as well as a few other useful odds and ends.
Constructor Summary |
Main()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
version
public static final String version
- The Jasmin version
- See Also:
- Constant Field Values
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
Main
public Main()
assemble
public final void assemble(String fname)
- Called to assemble a single file.
- Parameters:
fname
- is the name of the file containing the Jasmin source code.
main
public static void main(String[] args)
run
public final void run(String[] args)
Copyright © 2006 Jonathan Meyer, USA All rights reserved.