Class jasmin.Main
All Packages Class Hierarchy This Package Previous Next Index
Class jasmin.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.
-
version
- The Jasmin version
-
Main()
-
-
assemble(String, String, boolean)
- Called to assemble a single file.
-
main(String[])
-
version
public final static String version
- The Jasmin version
Main
public Main()
assemble
public static void assemble(String dest_dir,
String fname,
boolean number_lines)
- Called to assemble a single file.
- Parameters:
- dest_dir - is the directory to place the result in.
- fname - is the name of the file containing the Jasmin source code.
- number_lines - is true if you want Jasmin to generate line numbers
automatically, or false if you are generating line numbers yourself.
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index