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

Method hasNext

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

Source from the content-addressed store, hash-verified

311 * @return true if there is something left in EL expression buffer other than white spaces.
312 */
313 private boolean hasNext() {
314 skipSpaces();
315 return hasNextChar();
316 }
317
318 private String getAndResetWhiteSpace() {
319 String result = whiteSpace;

Callers 2

parseELMethod · 0.95
parseFunctionMethod · 0.95

Calls 2

skipSpacesMethod · 0.95
hasNextCharMethod · 0.95

Tested by

no test coverage detected