public static class Compiler.RecurExpr extends java.lang.Object implements Compiler.MaybePrimitiveExpr
Modifier and Type | Field and Description |
---|---|
IPersistentVector |
args |
IPersistentVector |
loopLocals |
Constructor and Description |
---|
RecurExpr(IPersistentVector loopLocals,
IPersistentVector args,
int line,
int column,
java.lang.String source) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEmitPrimitive() |
void |
emit(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
void |
emitUnboxed(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
java.lang.Object |
eval() |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
public final IPersistentVector args
public final IPersistentVector loopLocals
public RecurExpr(IPersistentVector loopLocals, IPersistentVector args, int line, int column, java.lang.String source)
public java.lang.Object eval()
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
public boolean hasJavaClass()
public java.lang.Class getJavaClass()
public boolean canEmitPrimitive()
canEmitPrimitive
in interface Compiler.MaybePrimitiveExpr
public void emitUnboxed(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emitUnboxed
in interface Compiler.MaybePrimitiveExpr