jfun.jaskell.jet
Class JetShell

java.lang.Object
  extended by jfun.jaskell.jet.JetShell

public class JetShell
extends java.lang.Object

The shell for Jet runtime.

Author:
Ben Yu Mar 3, 2006 6:36:47 PM

Constructor Summary
JetShell()
           
 
Method Summary
static Jaskell getShellRuntime()
          Get the runtime for shell.
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
 

Constructor Detail

JetShell

public JetShell()
Method Detail

main

public static void main(java.lang.String[] args)

getShellRuntime

public static Jaskell getShellRuntime()
Get the runtime for shell.