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

Method eval

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

Source from the content-addressed store, hash-verified

1460 }
1461
1462 public Object eval() {
1463 return Reflector.invokeNoArgInstanceMember(target.eval(), fieldName, requireField);
1464 }
1465
1466 public boolean canEmitPrimitive(){
1467 return targetClass != null && field != null &&

Callers

nothing calls this directly

Calls 2

evalMethod · 0.65

Tested by

no test coverage detected