clojure.lang
Class Compiler.SetExpr
java.lang.Object
  
clojure.lang.Compiler.SetExpr
- Enclosing class:
 - Compiler
 
public static class Compiler.SetExpr
- extends java.lang.Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
keys
public final IPersistentVector keys
Compiler.SetExpr
public Compiler.SetExpr(IPersistentVector keys)
eval
public java.lang.Object eval()
 
 
emit
public void emit(Compiler.C context,
                 Compiler.ObjExpr objx,
                 GeneratorAdapter gen)
 
 
hasJavaClass
public boolean hasJavaClass()
 
 
getJavaClass
public java.lang.Class getJavaClass()
 
 
parse
public static clojure.lang.Compiler.Expr parse(Compiler.C context,
                                               IPersistentSet form)
 
 
Copyright © 2013. All Rights Reserved.