Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
S
setActual(Object)
- Method in class jfun.jaskell.junit.
ComparisonAssertBean
setBasedir(File)
- Method in class jfun.jaskell.optionbeans.
MakeClassLoader
setChildOnly(boolean)
- Method in class jfun.jaskell.classloader.
SimpleLoadingPolicy
Sets the child-only option.
setClassloader(ClassLoader)
- Method in class jfun.jaskell.optionbeans.
ImportClass
setClassloader(ClassLoader)
- Method in class jfun.jaskell.optionbeans.
ImportModule
setClassloader(ClassLoader)
- Method in class jfun.jaskell.optionbeans.
LoadProperties
setClassname(String)
- Method in class jfun.jaskell.optionbeans.
ImportClass
setClasspath(Object)
- Method in class jfun.jaskell.optionbeans.
MakeClassLoader
setCommand(String)
- Method in class jfun.jaskell.shell.
ExecOptions
setCondition(boolean)
- Method in class jfun.jaskell.junit.
ConditionAssertBean
setDir(File)
- Method in class jfun.jaskell.shell.
ExecOptions
setDriver(String)
- Method in class jfun.jaskell.sql.
ConnectionParametersBean
setEnv(Tuple)
- Method in class jfun.jaskell.optionbeans.
ImportModule
setEnvp(Map)
- Method in class jfun.jaskell.shell.
ExecOptions
setExpected(Object)
- Method in class jfun.jaskell.junit.
ComparisonAssertBean
setExprs(Expr[])
- Method in class jfun.jaskell.ast.
InterpolatedString
replace the sub-expressions.
setFile(File)
- Method in class jfun.jaskell.optionbeans.
ImportModule
setFile(File)
- Method in class jfun.jaskell.optionbeans.
LoadProperties
setGreeting(String)
- Method in class jfun.jaskell.shell.
ShellImpl
To set the greeting message.
setLenient(boolean)
- Method in class jfun.jaskell.optionbeans.
MakeDateFormat
setLoader(ClassLoader)
- Method in class jfun.jaskell.optionbeans.
ImportModule
setLocale(Locale)
- Method in class jfun.jaskell.optionbeans.
MakeDateFormat
setLocale(Locale)
- Method in class jfun.jaskell.optionbeans.
MakeNumberFormat
setLocator(LocationAware)
- Method in class jfun.jaskell.
Jaskell
Get a Jaskell object that uses a LocationAware object to notify source location of an expression.
setLogger(Jaskell.Logger)
- Method in class jfun.jaskell.
Jaskell
Create a new Jaskell object that uses a Logger object to log non-fatal error messages.
setMessage(String)
- Method in class jfun.jaskell.junit.
ComparisonAssertBean
setMessage(String)
- Method in class jfun.jaskell.junit.
ConditionAssertBean
setMessage(String)
- Method in class jfun.jaskell.junit.
UnaryAssertBean
setObject(Object)
- Method in class jfun.jaskell.junit.
UnaryAssertBean
setParent(ClassLoader)
- Method in class jfun.jaskell.optionbeans.
MakeClassLoader
setParentFirst(boolean)
- Method in class jfun.jaskell.classloader.
SimpleLoadingPolicy
Sets the parent-first option.
setParentOnly(boolean)
- Method in class jfun.jaskell.classloader.
SimpleLoadingPolicy
Sets the parent-only option.
setPassword(String)
- Method in class jfun.jaskell.sql.
ConnectionParametersBean
setPattern(String)
- Method in class jfun.jaskell.optionbeans.
MakeDateFormat
setPattern(String)
- Method in class jfun.jaskell.optionbeans.
MakeNumberFormat
setPolicy(String)
- Method in class jfun.jaskell.optionbeans.
MakeClassLoader
setProps(Properties)
- Method in class jfun.jaskell.sql.
ConnectionParametersBean
setRefresh(boolean)
- Method in class jfun.jaskell.optionbeans.
ImportModule
setResolver(Resolver)
- Method in class jfun.jaskell.
Jaskell
Get a Jaskell object that uses a Resolver object to resolve unbound variables and undefined tuple members.
setResource(String)
- Method in class jfun.jaskell.optionbeans.
ImportModule
setResource(String)
- Method in class jfun.jaskell.optionbeans.
LoadProperties
setRuntime(Jaskell)
- Method in class jfun.jaskell.shell.
ShellImpl
To set the Jaskell runtime used by the shell.
setStackTrace(StackTraceElement[])
- Method in error jfun.jaskell.junit.
WrappedAssertionFailure
setTimezone(TimeZone)
- Method in class jfun.jaskell.optionbeans.
MakeDateFormat
setUrl(String)
- Method in class jfun.jaskell.sql.
ConnectionParametersBean
setUserid(String)
- Method in class jfun.jaskell.sql.
ConnectionParametersBean
Shell
- Class in
jfun.jaskell.shell
Runs a jaskell source file, or evaluates jaskell expressions interactively.
Shell()
- Constructor for class jfun.jaskell.shell.
Shell
ShellFunctions
- Class in
jfun.jaskell.shell
This class provides some reusable shell functions.
ShellFunctions()
- Constructor for class jfun.jaskell.shell.
ShellFunctions
ShellImpl
- Class in
jfun.jaskell.shell
Implementation of shell functionality parameterized with Jaskell runtime so that this can be used for any different runtime configuration.
ShellImpl(Jaskell, String)
- Constructor for class jfun.jaskell.shell.
ShellImpl
To create a ShellImpl object.
ShellImpl()
- Constructor for class jfun.jaskell.shell.
ShellImpl
To create a ShellImpl object.
SimpleLoadingPolicy
- Class in
jfun.jaskell.classloader
A simple mutable implementation of LoadingPolicy interface.
SimpleLoadingPolicy()
- Constructor for class jfun.jaskell.classloader.
SimpleLoadingPolicy
Create a SimpleLoadingPolicy object.
size()
- Method in class jfun.jaskell.
ListLiteral
size()
- Method in class jfun.jaskell.
Tuple
Get the number of members in the tuple.
Sql
- Class in
jfun.jaskell.sql
The facade class for adding sql support to jaskell runtime.
Sql()
- Constructor for class jfun.jaskell.sql.
Sql
StrictFunction1
- Class in
jfun.jaskell
extend this class to provide a strict function implementation.
StrictFunction1(String)
- Constructor for class jfun.jaskell.
StrictFunction1
Create a StrictFunction1 object.
StrictFunction2
- Class in
jfun.jaskell
extend this class to provide a strict function implementation.
StrictFunction2(String)
- Constructor for class jfun.jaskell.
StrictFunction2
Create a StrictFunction2 object.
StrictFunction3
- Class in
jfun.jaskell
extend this class to provide a strict function implementation.
StrictFunction3(String)
- Constructor for class jfun.jaskell.
StrictFunction3
Create a StrictFunction3 object.
StrictFunction4
- Class in
jfun.jaskell
extend this class to provide a strict function implementation.
StrictFunction4(String)
- Constructor for class jfun.jaskell.
StrictFunction4
Create a StrictFunction4 object.
StrictFunction5
- Class in
jfun.jaskell
extend this class to provide a strict function implementation.
StrictFunction5(String)
- Constructor for class jfun.jaskell.
StrictFunction5
Create a StrictFunction5 object.
subtuple(Object[])
- Method in class jfun.jaskell.
Tuple
Create a slice of this tuple.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W