public static class Compiler.SetExpr extends java.lang.Object implements Compiler.Expr
| Modifier and Type | Field and Description | 
|---|---|
| IPersistentVector | keys | 
| (package private) static Method | setMethod | 
| Constructor and Description | 
|---|
| Compiler.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 Compiler.Expr | parse(Compiler.C context,
     IPersistentSet form) | 
public final IPersistentVector keys
static final Method setMethod
public Compiler.SetExpr(IPersistentVector keys)
public java.lang.Object eval()
eval in interface Compiler.Exprpublic void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emit in interface Compiler.Exprpublic boolean hasJavaClass()
hasJavaClass in interface Compiler.Exprpublic java.lang.Class getJavaClass()
getJavaClass in interface Compiler.Exprpublic static Compiler.Expr parse(Compiler.C context, IPersistentSet form)