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

Method isReverse

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

397 * {@inheritDoc}
398 */
399 @Override
400 public boolean isReverse() {
401 return (inclusiveRight == null && inclusiveLeft == null) ? reverse : (from > to);
402 }
403
404 /**
405 * {@inheritDoc}

Callers 3

getMethod · 0.95
subListMethod · 0.95
stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected