public static class Compiler.LetFnExpr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
PersistentVector |
bindingInits |
clojure.lang.Compiler.Expr |
body |
Constructor and Description |
---|
LetFnExpr(PersistentVector bindingInits,
clojure.lang.Compiler.Expr body) |
Modifier and Type | Method and Description |
---|---|
void |
emit(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
java.lang.Object |
eval() |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
public final PersistentVector bindingInits
public final clojure.lang.Compiler.Expr body
public LetFnExpr(PersistentVector bindingInits, clojure.lang.Compiler.Expr body)
public java.lang.Object eval()
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
public boolean hasJavaClass()
public java.lang.Class getJavaClass()