public static class Compiler.SetExpr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IPersistentVector |
keys |
Constructor and Description |
---|
SetExpr(IPersistentVector keys) |
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 clojure.lang.Compiler.Expr |
parse(Compiler.C context,
IPersistentSet form) |
public final IPersistentVector keys
public SetExpr(IPersistentVector keys)
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 static clojure.lang.Compiler.Expr parse(Compiler.C context, IPersistentSet form)