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

Method hasMore

output/java_guava/1.4.19/MediaType.java:1010–1012  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1008 }
1009
1010 boolean hasMore() {
1011 return (position >= 0) && (position < input.length());
1012 }
1013 }
1014
1015 @Override

Callers 4

parseMethod · 0.95
consumeTokenIfPresentMethod · 0.95
consumeCharacterMethod · 0.95
previewCharMethod · 0.95

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected