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