jfun.jaskell.jet
Class Jet

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

public class Jet
extends java.lang.Object

The facade class for Jet.

Author:
Ben Yu Mar 3, 2006 6:52:02 PM

Constructor Summary
Jet()
           
 
Method Summary
static Jaskell addJetFunctions(Jaskell jaskell)
          To add all Jet related functions to a Jaskell runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jet

public Jet()
Method Detail

addJetFunctions

public static Jaskell addJetFunctions(Jaskell jaskell)
To add all Jet related functions to a Jaskell runtime.

Parameters:
jaskell - the jaskell runtime.
Returns:
the new jaskell runtime with the Jet related functions.