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

Method hasJavaClass

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

Source from the content-addressed store, hash-verified

2485 }
2486
2487 public boolean hasJavaClass(){
2488 return Modifier.isPublic(v.getClass().getModifiers());
2489 //return false;
2490 }
2491
2492 public Class getJavaClass() {
2493 if(v instanceof APersistentMap)

Callers

nothing calls this directly

Calls 1

isPublicMethod · 0.80

Tested by

no test coverage detected