public static class Compiler.LetExpr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
PersistentVector |
bindingInits |
clojure.lang.Compiler.Expr |
body |
boolean |
isLoop |
| Constructor and Description |
|---|
LetExpr(PersistentVector bindingInits,
clojure.lang.Compiler.Expr body,
boolean isLoop) |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
java.lang.Object |
eval() |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
public final PersistentVector bindingInits
public final clojure.lang.Compiler.Expr body
public final boolean isLoop
public LetExpr(PersistentVector bindingInits, clojure.lang.Compiler.Expr body, boolean isLoop)
public java.lang.Object eval()
throws java.lang.Exception
java.lang.Exceptionpublic void emit(Compiler.C context, Compiler.FnExpr fn, GeneratorAdapter gen)
public boolean hasJavaClass()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Class getJavaClass()
throws java.lang.Exception
java.lang.Exception