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

Method inty

src/jvm/clojure/lang/Compiler.java:9229–9234  ·  view source on GitHub ↗
(Class c)

Source from the content-addressed store, hash-verified

9227}
9228
9229 static boolean inty(Class c){
9230 return c == int.class
9231 || c == short.class
9232 || c == byte.class
9233 || c == char.class;
9234 }
9235
9236 static Class retType(Class tc, Class ret){
9237 if(tc == null)

Callers 1

retTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected