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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

4505 }
4506
4507 public Class getJavaClass() {
4508 if (jc == null)
4509 jc = tag != null ? HostExpr.tagToClass(tag) : AFunction.class;
4510 return jc;
4511 }
4512
4513 protected void emitMethods(ClassVisitor cv){
4514 //override of invoke/doInvoke for each method

Callers

nothing calls this directly

Calls 1

tagToClassMethod · 0.95

Tested by

no test coverage detected