Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hasJavaClass
Method
hasJavaClass
src/jvm/clojure/lang/Compiler.java:2778–2780 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2776
}
2777
2778
public
boolean hasJavaClass() {
2779
return
tryExpr.hasJavaClass();
2780
}
2781
2782
public
Class getJavaClass() {
2783
return
tryExpr.getJavaClass();
Callers
nothing calls this directly
Calls
1
hasJavaClass
Method · 0.65
Tested by
no test coverage detected