clojure.lang
Class Compiler.KeywordExpr
java.lang.Object
clojure.lang.Compiler.LiteralExpr
clojure.lang.Compiler.KeywordExpr
- Enclosing class:
- Compiler
public static class Compiler.KeywordExpr
- extends Compiler.LiteralExpr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
k
public final Keyword k
Compiler.KeywordExpr
public Compiler.KeywordExpr(Keyword k)
eval
public Object eval()
- Overrides:
eval
in class Compiler.LiteralExpr
emit
public void emit(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen)
hasJavaClass
public boolean hasJavaClass()
getJavaClass
public Class getJavaClass()
Copyright © 2013. All Rights Reserved.