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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

2360 }
2361
2362 public Class getJavaClass() {
2363 if (jc == null)
2364 jc = retType((tag!=null)?HostExpr.tagToClass(tag):null, (method!=null)?method.getReturnType():null);
2365 return jc;
2366 }
2367}
2368
2369static class UnresolvedVarExpr implements Expr{

Callers

nothing calls this directly

Calls 3

tagToClassMethod · 0.95
retTypeMethod · 0.80
getReturnTypeMethod · 0.45

Tested by

no test coverage detected