|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jfun.jaskell | |
---|---|
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 |
Classes in jfun.jaskell used by jfun.jaskell | |
---|---|
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. |
Classes in jfun.jaskell used by jfun.jaskell.bsf | |
---|---|
Jaskell
This is the facade class to parse and interpret a jaskell source code. |
Classes in jfun.jaskell used by jfun.jaskell.conf | |
---|---|
Jaskell
This is the facade class to parse and interpret a jaskell source code. |
Classes in jfun.jaskell used by jfun.jaskell.jet | |
---|---|
Jaskell
This is the facade class to parse and interpret a jaskell source code. |
Classes in jfun.jaskell used by jfun.jaskell.junit | |
---|---|
Jaskell
This is the facade class to parse and interpret a jaskell source code. |
|
Tuple
A jaskell tuple. |
|
TupleMember
A tuple member. |
Classes in jfun.jaskell used by jfun.jaskell.optionbeans | |
---|---|
Tuple
A jaskell tuple. |
Classes in jfun.jaskell used by jfun.jaskell.shell | |
---|---|
Jaskell
This is the facade class to parse and interpret a jaskell source code. |
Classes in jfun.jaskell used by jfun.jaskell.sql | |
---|---|
Tuple
A jaskell tuple. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |