MCPcopy Index your code
hub / github.com/apache/tomcat / hasNextChar

Method hasNextChar

java/org/apache/jasper/compiler/ELParser.java:400–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
400 private boolean hasNextChar() {
401 return index < expression.length();
402 }
403
404 private char nextChar() {
405 if (index >= expression.length()) {

Callers 6

parseMethod · 0.95
skipUntilELMethod · 0.95
hasNextMethod · 0.95
nextTokenMethod · 0.95
parseQuotedCharsMethod · 0.95
skipSpacesMethod · 0.95

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected