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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

3871 }
3872
3873 public Class getJavaClass() {
3874 if(jc == null)
3875 jc = HostExpr.tagToClass(tag);
3876 return jc;
3877 }
3878
3879}
3880//static class KeywordSiteInvokeExpr implements Expr{

Callers

nothing calls this directly

Calls 1

tagToClassMethod · 0.95

Tested by

no test coverage detected