public static class Compiler.MapExpr extends java.lang.Object implements Compiler.Expr
Modifier and Type | Field and Description |
---|---|
IPersistentVector |
keyvals |
(package private) static Method |
mapMethod |
(package private) static Method |
mapUniqueKeysMethod |
Constructor and Description |
---|
Compiler.MapExpr(IPersistentVector keyvals) |
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() |
static Compiler.Expr |
parse(Compiler.C context,
IPersistentMap form) |
public final IPersistentVector keyvals
static final Method mapMethod
static final Method mapUniqueKeysMethod
public Compiler.MapExpr(IPersistentVector keyvals)
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 static Compiler.Expr parse(Compiler.C context, IPersistentMap form)