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.

Variable Index

 o version
The Jasmin version

Constructor Index

 o Main()

Method Index

 o assemble(String, String, boolean)
Called to assemble a single file.
 o main(String[])

Variables

 o version
  public final static String version
The Jasmin version

Constructors

 o Main
  public Main()

Methods

 o 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.
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index