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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

4018 }
4019
4020 public Class getJavaClass() {
4021 if(jc == null)
4022 jc =retType((tag!=null)?HostExpr.tagToClass(tag):null, retClass);
4023 return jc;
4024 }
4025
4026 public boolean canEmitPrimitive(){
4027 return retClass.isPrimitive();

Callers

nothing calls this directly

Calls 2

tagToClassMethod · 0.95
retTypeMethod · 0.80

Tested by

no test coverage detected