jasmin
Class Main
java.lang.Object
|
+--jasmin.Main
- public class Main
- extends java.lang.Object
Main is the main entry point for Jasmin - it supplies the main()
method, as well as a few other useful odds and ends.
Field Summary |
static java.lang.String |
version
The Jasmin version |
Constructor Summary |
Main()
|
Method Summary |
static void |
assemble(java.lang.String dest_dir,
java.lang.String fname,
boolean number_lines)
Called to assemble a single file. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
version
public static final java.lang.String version
- The Jasmin version
Main
public Main()
assemble
public static void assemble(java.lang.String dest_dir,
java.lang.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(java.lang.String[] args)