public static class Compiler.RecurExpr extends java.lang.Object implements Compiler.Expr, Compiler.MaybePrimitiveExpr
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Compiler.RecurExpr.Parser |
Modifier and Type | Field and Description |
---|---|
IPersistentVector |
args |
(package private) int |
column |
(package private) int |
line |
IPersistentVector |
loopLocals |
(package private) java.lang.String |
source |
Constructor and Description |
---|
Compiler.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
final int line
final int column
final java.lang.String source
public Compiler.RecurExpr(IPersistentVector loopLocals, IPersistentVector args, int line, int column, java.lang.String source)
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
public boolean canEmitPrimitive()
canEmitPrimitive
in interface Compiler.MaybePrimitiveExpr
public void emitUnboxed(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emitUnboxed
in interface Compiler.MaybePrimitiveExpr