- 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
-
- 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
-
- 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.
- 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 in jfun.jaskell.classloader
-
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 in jfun.jaskell.classloader
-
To handle errors during class loading.
- ComparisonAssertBean - Class in jfun.jaskell.junit
-
Bean class for any binary comparison based assert.
- ComparisonAssertBean() - Constructor for class jfun.jaskell.junit.ComparisonAssertBean
-
- CompilationException - Exception in jfun.jaskell
-
Represents a compilcation error of a jaskell source code.
- CompilationException(Location, String) - Constructor for exception jfun.jaskell.CompilationException
-
Create a CompilationException.
- 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.
- ConditionAssertBean - Class in jfun.jaskell.junit
-
Bean class any conditional assert.
- ConditionAssertBean() - Constructor for class jfun.jaskell.junit.ConditionAssertBean
-
- Configuration - Class in jfun.jaskell.conf
-
Object of this class contains information
read from a jaskell configuration file.
- ConfReader - Class in jfun.jaskell.conf
-
This class is responsible for reading configuration
from a jaskell configuration file.
- ConnectionFactory - Interface in jfun.jaskell.sql
-
- ConnectionParametersBean - Class in jfun.jaskell.sql
-
- ConnectionParametersBean() - Constructor for class jfun.jaskell.sql.ConnectionParametersBean
-
- containsKey(Object) - Method in class jfun.jaskell.conf.Configuration
-
Tests if a key is present in the configuration.
- containsKey(Object) - Method in class jfun.jaskell.Tuple
-
Determines if the tuple contains the provided key.
- 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.