|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fun4j.compiler.PreCompiler
public class PreCompiler
The fun4j LISP to lambda-AST pre-compiler. This class provides methods to precompile Parsed
LISP terms into Expression objects.
The AST Compiler Compiler can be used to compile those AST Expressions
to Java Bytecode: Compiler.compile(Expression, String).
| Constructor Summary | |
|---|---|
PreCompiler()
|
|
| Method Summary | |
|---|---|
Expression |
precompile(java.lang.Object term)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreCompiler()
| Method Detail |
|---|
public Expression precompile(java.lang.Object term)
throws CompilationException
CompilationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||