MCPcopy Index your code
hub / github.com/apache/groovy / getToInt

Method getToInt

src/main/java/groovy/lang/IntRange.java:392–394  ·  view source on GitHub ↗

Gets the 'to' value as a primitive integer. @return the 'to' value as a primitive integer.

()

Source from the content-addressed store, hash-verified

390 * @return the 'to' value as a primitive integer.
391 */
392 public int getToInt() {
393 return getTo();
394 }
395
396 /**
397 * {@inheritDoc}

Callers 1

xgetAtMethod · 0.80

Calls 1

getToMethod · 0.95

Tested by

no test coverage detected