MCPcopy Create free account
hub / github.com/antlr/codebuff / hasUpperBound

Method hasUpperBound

output/java_guava/1.4.16/GeneralRange.java:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 boolean hasUpperBound() {
142 return hasUpperBound;
143 }
144
145 boolean isEmpty() {
146 return (hasUpperBound() && tooLow(getUpperEndpoint()))

Callers 4

isEmptyMethod · 0.95
tooHighMethod · 0.95
intersectMethod · 0.95
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected