js.tinyvm
Class TinyVM
java.lang.Object
js.common.AbstractTool
js.tinyvm.TinyVMTool
js.tinyvm.TinyVM
public class TinyVM
- extends TinyVMTool
Tiny VM.
- Rating

Constructor Summary |
TinyVM()
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TinyVM
public TinyVM()
- Constructor.
main
public static void main(String[] args)
- Main entry point for command line usage.
- Parameters:
args
- command line
joinCP
public static String joinCP(String cp1,
String cp2)
start
public void start(String[] args)
throws TinyVMException
- Execute tiny vm.
- Parameters:
args
- command line
- Throws:
TinyVMException
start
public void start(String classpath,
String[] classes,
boolean all,
String output,
boolean bigEndian,
boolean debug,
int options,
boolean verbose)
throws TinyVMException
- Throws:
TinyVMException