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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

2780 }
2781
2782 public Class getJavaClass() {
2783 return tryExpr.getJavaClass();
2784 }
2785
2786 static class Parser implements IParser{
2787

Callers

nothing calls this directly

Calls 1

getJavaClassMethod · 0.65

Tested by

no test coverage detected