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
F
f(Object)
- Method in class jfun.jaskell.function.
DelegatingFunction
f(Object)
- Method in interface jfun.jaskell.function.
Function
Call the function with one argument.
f(Object)
- Method in class jfun.jaskell.function.
Function1
f_comp(String)
- Static method in class jfun.jaskell.
Predefined
Get the compose combinator.
f_const(String)
- Static method in class jfun.jaskell.
Predefined
Get the const combinator.
f_flip(String)
- Static method in class jfun.jaskell.
Predefined
Get the flip combinator.
f_id(String)
- Static method in class jfun.jaskell.
Predefined
Get the id combinator.
f_sql(String)
- Static method in class jfun.jaskell.sql.
Sql
findClass(String)
- Method in class jfun.jaskell.classloader.
MyClassLoader
findResource(String)
- Method in class jfun.jaskell.classloader.
MyClassLoader
findResources(String)
- Method in class jfun.jaskell.classloader.
MyClassLoader
fn(Object)
- Method in class jfun.jaskell.
StrictFunction1
Subclass override this method to provide the function implementation.
fn(Object, Object)
- Method in class jfun.jaskell.
StrictFunction2
Subclass override this method to provide the function implementation.
fn(Object, Object, Object)
- Method in class jfun.jaskell.
StrictFunction3
Subclass override this method to provide the function implementation.
fn(Object, Object, Object, Object)
- Method in class jfun.jaskell.
StrictFunction4
Subclass override this method to provide the function implementation.
fn(Object, Object, Object, Object, Object)
- Method in class jfun.jaskell.
StrictFunction5
Subclass override this method to provide the function implementation.
fork(PrintStream, String)
- Static method in class jfun.jaskell.shell.
ShellFunctions
Create a function that can run an operating system command in a sub-process.
fork(PrintStream, PrintStream, String)
- Static method in class jfun.jaskell.shell.
ShellFunctions
Create a function that can run an operating system command in a sub-process.
fork(PrintWriter, String)
- Static method in class jfun.jaskell.shell.
ShellFunctions
Create a function that can run an operating system command in a sub-process.
fork(PrintWriter, PrintWriter, String)
- Static method in class jfun.jaskell.shell.
ShellFunctions
Create a function that can run an operating system command in a sub-process.
FunBinding
- Class in
jfun.jaskell.ast
Represents a compiled function definition.
FunBinding(Binding, int, Alternative[])
- Constructor for class jfun.jaskell.ast.
FunBinding
Create a FunBinding object.
FunBinding(Binding, int, Alternative[], Location)
- Constructor for class jfun.jaskell.ast.
FunBinding
Create a FunBinding object.
Function
- Interface in
jfun.jaskell.function
A Jaskell function object.
Function1
- Class in
jfun.jaskell.function
Default implementation of Function.
Function1()
- Constructor for class jfun.jaskell.function.
Function1
Function2
- Class in
jfun.jaskell.function
Default implementation of Function.
Function2()
- Constructor for class jfun.jaskell.function.
Function2
Function3
- Class in
jfun.jaskell.function
Default implementation of Function.
Function3()
- Constructor for class jfun.jaskell.function.
Function3
Function4
- Class in
jfun.jaskell.function
Default implementation of Function.
Function4()
- Constructor for class jfun.jaskell.function.
Function4
Function5
- Class in
jfun.jaskell.function
Default implementation of Function.
Function5()
- Constructor for class jfun.jaskell.function.
Function5
FunctionCallException
- Exception in
jfun.jaskell.function
Represents any exception thrown from a function call.
FunctionCallException(String)
- Constructor for exception jfun.jaskell.function.
FunctionCallException
FunctionCallException(String, Throwable)
- Constructor for exception jfun.jaskell.function.
FunctionCallException
FunctionCallException(Throwable)
- Constructor for exception jfun.jaskell.function.
FunctionCallException
FunctionN
- Class in
jfun.jaskell.function
Provide function implementation with n parameters.
FunDef
- Class in
jfun.jaskell.ast
Represents an uncompiled function definition.
FunDef(int, String, Alternative[])
- Constructor for class jfun.jaskell.ast.
FunDef
Create a FunDef object.
FunDef(int, String, Alternative[], Location)
- Constructor for class jfun.jaskell.ast.
FunDef
Create a FunDef object.
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