A B C D E F G H I J K L M N O P R S T U V W

C

CHILD_FIRST - Static variable in class jfun.jaskell.classloader.ClassLoaderFactory
The child-first string value.
CHILD_ONLY - Static variable in class jfun.jaskell.classloader.ClassLoaderFactory
The child-only string value.
ClassLoaderFactory - class jfun.jaskell.classloader.ClassLoaderFactory.
A factory class that creates ClassLoader object.
ClassLoaderFactory(File, ClassLoaderFactory.ErrorHandler, String) - Constructor for class jfun.jaskell.classloader.ClassLoaderFactory
Creates a ClassLoaderFactory object.
ClassLoaderFactory.ErrorHandler - interface jfun.jaskell.classloader.ClassLoaderFactory.ErrorHandler.
To handle errors during class loading.
ComparisonAssertBean - class jfun.jaskell.junit.ComparisonAssertBean.
Bean class for any binary comparison based assert.
ComparisonAssertBean() - Constructor for class jfun.jaskell.junit.ComparisonAssertBean
 
CompilationException - exception jfun.jaskell.CompilationException.
Represents a compilcation error of a jaskell source code.
CompilationException(Location, String) - Constructor for class jfun.jaskell.CompilationException
Create a CompilationException.
ConditionAssertBean - class jfun.jaskell.junit.ConditionAssertBean.
Bean class any conditional assert.
ConditionAssertBean() - Constructor for class jfun.jaskell.junit.ConditionAssertBean
 
ConfReader - class jfun.jaskell.conf.ConfReader.
This class is responsible for reading configuration from a jaskell configuration file.
Configuration - class jfun.jaskell.conf.Configuration.
Object of this class contains information read from a jaskell configuration file.
ConnectionFactory - interface jfun.jaskell.sql.ConnectionFactory.
 
ConnectionParametersBean - class jfun.jaskell.sql.ConnectionParametersBean.
 
ConnectionParametersBean() - Constructor for class jfun.jaskell.sql.ConnectionParametersBean
 
call(Object) - Method in class jfun.jaskell.StrictFunction1
 
call(Object, Object) - Method in class jfun.jaskell.StrictFunction2
 
call(Object, Object, Object) - Method in class jfun.jaskell.StrictFunction3
 
call(Object, Object, Object, Object) - Method in class jfun.jaskell.StrictFunction4
 
call(Object, Object, Object, Object, Object) - Method in class jfun.jaskell.StrictFunction5
 
call(Object, String, Object[]) - Method in class jfun.jaskell.bsf.BsfJaskellEngine
 
call(Object) - Method in class jfun.jaskell.function.Function1
Override this method to provide function with one parameter.
call(Object) - Method in class jfun.jaskell.function.Function2
 
call(Object, Object) - Method in class jfun.jaskell.function.Function2
Override this method to provide function with two parameters.
call(Object) - Method in class jfun.jaskell.function.Function3
 
call(Object, Object, Object) - Method in class jfun.jaskell.function.Function3
Override this method to provide function with three parameters.
call(Object) - Method in class jfun.jaskell.function.Function4
 
call(Object, Object, Object, Object) - Method in class jfun.jaskell.function.Function4
Override this method to provide function with four parameters.
call(Object) - Method in class jfun.jaskell.function.Function5
 
call(Object, Object, Object, Object, Object) - Method in class jfun.jaskell.function.Function5
Override this method to provide function with five parameters.
call(Object) - Method in class jfun.jaskell.function.FunctionN
 
castToBean(Object, Object, String) - Static method in class jfun.jaskell.Jaskell
Use a tuple java.util.Map object to populate a target java bean object by calling setters.
castToJava(Class, Object, Object) - Static method in class jfun.jaskell.Jaskell
Casts a jaskell object to a certain java type.
compileExpr(Expr) - Static method in class jfun.jaskell.Jaskell
Compiles an expression.
compileLib(FunDef[]) - Static method in class jfun.jaskell.Jaskell
Compiles a list of function definitions as a library.
containsKey(Object) - Method in class jfun.jaskell.Tuple
Determines if the tuple contains the provided key.
containsKey(Object) - Method in class jfun.jaskell.conf.Configuration
Tests if a key is present in the configuration.
copy() - Method in class jfun.jaskell.Tuple
Create a deep copy of the Tuple.
countTestCases() - Method in class jfun.jaskell.junit.TupleMemberTest
 
createClassLoader(Object) - Method in class jfun.jaskell.classloader.ClassLoaderFactory
Create a ClassLoader object by using the current ClassLoader policy and the given class path.
createClassLoader(ClassLoader, Object) - Method in class jfun.jaskell.classloader.ClassLoaderFactory
Create a ClassLoader object by using the current ClassLoader policy and the given class path.

A B C D E F G H I J K L M N O P R S T U V W