- Jaskell - Class in jfun.jaskell
-
This is the facade class to parse and interpret a jaskell source code.
- Jaskell.Logger - Interface in jfun.jaskell
-
The inferface for Jaskell runtime to log non-fatal
error messages.
- JaskellException - Exception in jfun.jaskell
-
Base class for all Jaskell related exception.
- JaskellException() - Constructor for exception jfun.jaskell.JaskellException
-
- JaskellException(String, Throwable) - Constructor for exception jfun.jaskell.JaskellException
-
- JaskellException(String) - Constructor for exception jfun.jaskell.JaskellException
-
- JaskellException(Throwable) - Constructor for exception jfun.jaskell.JaskellException
-
- JaskellTestSuite - Class in jfun.jaskell.junit
-
This class is a TestSuite implemented by a jaskell tuple.
- JaskellTestSuite(Tuple, String) - Constructor for class jfun.jaskell.junit.JaskellTestSuite
-
Create a JaskellTestSuite object.
- Jet - Class in jfun.jaskell.jet
-
The facade class for Jet.
- Jet() - Constructor for class jfun.jaskell.jet.Jet
-
- JetShell - Class in jfun.jaskell.jet
-
The shell for Jet runtime.
- JetShell() - Constructor for class jfun.jaskell.jet.JetShell
-
- jfun.jaskell - package jfun.jaskell
-
Provides classes and interfaces for compiling and running jaskell code.
- jfun.jaskell.ast - package jfun.jaskell.ast
-
Provides classes and interfaces for the abstract syntax tree of jaskell.
- jfun.jaskell.bsf - package jfun.jaskell.bsf
-
Provides Apache Bean Scriting Framework support for Jaskell.
- jfun.jaskell.classloader - package jfun.jaskell.classloader
-
Provides ClassLoader implementation for loading classes and resources
in jaskell script.
- jfun.jaskell.conf - package jfun.jaskell.conf
-
Provides a simple configuration solution using the Jaskell language.
- jfun.jaskell.function - package jfun.jaskell.function
-
Provides classes and interfaces for jaskell function object.
- jfun.jaskell.jet - package jfun.jaskell.jet
-
Provides Jet (Jaskell Engine of Template) support.
- jfun.jaskell.junit - package jfun.jaskell.junit
-
Provides classes that support writing junit test cases in jaskell script.
- jfun.jaskell.optionbeans - package 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 - package jfun.jaskell.shell
-
Provides shell for interactive and batch interpretation.
- jfun.jaskell.sql - package jfun.jaskell.sql
-
- JUnit - Class in jfun.jaskell.junit
-
This class adds assertion functions to a Jaskell runtime
and also creates JUnit test suite from a jaskell junit script.
- JUnit(Jaskell) - Constructor for class jfun.jaskell.junit.JUnit
-
To create a JUnit object.