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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

614 }
615
616 public Class getJavaClass() {
617 return val.getJavaClass();
618 }
619
620 static class Parser implements IParser{
621 public Expr parse(C context, Object frm) {

Callers

nothing calls this directly

Calls 1

getJavaClassMethod · 0.65

Tested by

no test coverage detected