public static class Compiler.LetFnExpr extends java.lang.Object implements Compiler.Expr
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Compiler.LetFnExpr.Parser |
Modifier and Type | Field and Description |
---|---|
PersistentVector |
bindingInits |
Compiler.Expr |
body |
Constructor and Description |
---|
Compiler.LetFnExpr(PersistentVector bindingInits,
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 Compiler.Expr body
public Compiler.LetFnExpr(PersistentVector bindingInits, Compiler.Expr body)
public java.lang.Object eval()
eval
in interface Compiler.Expr
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emit
in interface Compiler.Expr
public boolean hasJavaClass()
hasJavaClass
in interface Compiler.Expr
public java.lang.Class getJavaClass()
getJavaClass
in interface Compiler.Expr