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

Method intValue

src/jvm/clojure/lang/Ratio.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46public int intValue(){
47 return (int) doubleValue();
48}
49
50public long longValue(){
51 return bigIntegerValue().longValue();

Callers 15

invokeMethod · 0.45
invokeMethod · 0.45
containsKeyMethod · 0.45
entryAtMethod · 0.45
assocMethod · 0.45
valAtMethod · 0.45
lineDerefMethod · 0.45
columnDerefMethod · 0.45
emitValueMethod · 0.45
getAndIncLocalNumMethod · 0.45
parseMethod · 0.45
compareMethod · 0.45

Calls 1

doubleValueMethod · 0.95

Tested by

no test coverage detected