Jaskell API Documentation

Packages
jfun.jaskell Provides classes and interfaces for compiling and running jaskell code.
jfun.jaskell.ast Provides classes and interfaces for the abstract syntax tree of jaskell.
jfun.jaskell.bsf Provides Apache Bean Scriting Framework support for Jaskell.
jfun.jaskell.classloader Provides ClassLoader implementation for loading classes and resources in jaskell script.
jfun.jaskell.conf Provides a simple configuration solution using the Jaskell language.
jfun.jaskell.function Provides classes and interfaces for jaskell function object.
jfun.jaskell.jet Provides Jet (Jaskell Engine of Template) support.
jfun.jaskell.junit Provides classes that support writing junit test cases in jaskell script.
jfun.jaskell.optionbeans Provides Java Bean classes used to help initializing named parameters of various Jaskell functions.
Because the Java Bean properties corresponds directly to the parameter names, classes in this package can be used as the reference of signatures of the named parameters.
jfun.jaskell.shell Provides shell for interactive and batch interpretation.
jfun.jaskell.sql