Package | Description |
---|---|
jfun.jaskell |
Provides classes and interfaces for compiling and running jaskell code.
|
jfun.jaskell.bsf |
Provides Apache Bean Scriting Framework support for Jaskell.
|
jfun.jaskell.conf |
Provides a simple configuration solution using the Jaskell language.
|
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 |
Class and Description |
---|
CompilationException
Represents a compilcation error of a jaskell source code.
|
EvaluationException
Represents error when evaluating jaskell expression.
|
InvalidArgumentException
Represents any invalid argument error.
|
Jaskell
This is the facade class to parse and interpret a jaskell source code.
|
Jaskell.Logger
The inferface for Jaskell runtime to log non-fatal
error messages.
|
JaskellException
Base class for all Jaskell related exception.
|
LocationAware
Client who's interested in each expression's location in the source
should implement this interface to get notified about the location
of each evaluated value.
|
Resolver
This interface is responsible for resolving
unbound variables, object members and subscript expressions (like a[1]).
|
Tuple
A jaskell tuple.
|
TupleMember
A tuple member.
|
Class and Description |
---|
Jaskell
This is the facade class to parse and interpret a jaskell source code.
|
Class and Description |
---|
Jaskell
This is the facade class to parse and interpret a jaskell source code.
|
Class and Description |
---|
Jaskell
This is the facade class to parse and interpret a jaskell source code.
|
Class and Description |
---|
Jaskell
This is the facade class to parse and interpret a jaskell source code.
|
Tuple
A jaskell tuple.
|
TupleMember
A tuple member.
|
Class and Description |
---|
Tuple
A jaskell tuple.
|
Class and Description |
---|
Jaskell
This is the facade class to parse and interpret a jaskell source code.
|
Class and Description |
---|
Tuple
A jaskell tuple.
|