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
L
M
N
O
P
Q
R
S
T
U
V
W
S
separators
- Static variable in class org.fun4j.compiler.
Parser
setArity(int)
- Method in class org.fun4j.compiler.
BaseFunction
setHd(Object)
- Method in class org.fun4j.
Cons
sets the head of this Cons object
setLazy(boolean)
- Method in class org.fun4j.compiler.
BaseFunction
setMacro(boolean)
- Method in class org.fun4j.compiler.
BaseFunction
setTailRecursive(boolean)
- Method in class org.fun4j.compiler.expressions.
Recurse
setTempDir(String)
- Static method in class org.fun4j.compiler.
RunTime
setTl(Object)
- Method in class org.fun4j.
Cons
sets the tail of a Cons object
setTracing(Boolean)
- Static method in class org.fun4j.compiler.
BaseFunction
setTracing(boolean)
- Method in class org.fun4j.
Template
if set to true tracing of Lisp function calls is traced.
setupEnv()
- Static method in class org.fun4j.compiler.
RunTime
initialize the lisp environment.
setUseBigInts(Boolean)
- Static method in class org.fun4j.compiler.
Compiler
setUseBigInts(boolean)
- Method in class org.fun4j.
Template
if set to true (the default value) the Parser and Compiler will work with BigIntegers.
setWriteFile(Boolean)
- Static method in class org.fun4j.compiler.
Compiler
setWriteFile(boolean)
- Method in class org.fun4j.
Template
if set to true the Compiler will write precompiled expression into tmp/*.lsp files, compiled bytecote into tmp/*.class files and debugging information is generated into the bytecode.
Sub
- Class in
org.fun4j.compiler.expressions
A substraction expression.
Sub(Expression, Expression)
- Constructor for class org.fun4j.compiler.expressions.
Sub
Sub
- Class in
org.fun4j.functions
Sub()
- Constructor for class org.fun4j.functions.
Sub
Sub1
- Class in
org.fun4j.compiler.expressions
An i-- expression.
Sub1(Expression)
- Constructor for class org.fun4j.compiler.expressions.
Sub1
Symbols
- Interface in
org.fun4j.compiler
All symbols used by Parser and Compiler.
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
L
M
N
O
P
Q
R
S
T
U
V
W