jasmin
Class Main

java.lang.Object
  extended by 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.


Field Summary
static boolean DEBUG
           
static String version
          The Jasmin version
 
Constructor Summary
Main()
           
 
Method Summary
 void assemble(String fname)
          Called to assemble a single file.
static void main(String[] args)
           
 void run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Main

public Main()
Method Detail

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.