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

Method getJavaClass

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

Source from the content-addressed store, hash-verified

6746 }
6747
6748 public Class getJavaClass() {
6749 return lastExpr().getJavaClass();
6750 }
6751
6752 private Expr lastExpr(){
6753 return (Expr) exprs.nth(exprs.count() - 1);

Callers

nothing calls this directly

Calls 2

lastExprMethod · 0.95
getJavaClassMethod · 0.65

Tested by

no test coverage detected