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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

4328 }
4329
4330 public Class getJavaClass() {
4331 if (jc == null)
4332 jc = HostExpr.tagToClass(tag);
4333 return jc;
4334 }
4335
4336 static public Expr parse(C context, ISeq form) {
4337 boolean tailPosition = inTailCall(context);

Callers

nothing calls this directly

Calls 1

tagToClassMethod · 0.95

Tested by

no test coverage detected