MCPcopy Index your code
hub / github.com/clojure/clojure / val

Method val

src/jvm/clojure/lang/Compiler.java:792–792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

790
791public static abstract class LiteralExpr implements Expr{
792 abstract Object val();
793
794 public Object eval(){
795 return val();

Callers 3

evalMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected