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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

660 }
661
662 public Class getJavaClass() {
663 if (jc == null)
664 jc = HostExpr.tagToClass(tag);
665 return jc;
666 }
667
668 public Object evalAssign(Expr val) {
669 return var.set(val.eval());

Callers

nothing calls this directly

Calls 1

tagToClassMethod · 0.95

Tested by

no test coverage detected