MCPcopy Create free account
hub / github.com/apache/tomcat / peekChar

Method peekChar

java/org/apache/jasper/compiler/JspReader.java:236–238  ·  view source on GitHub ↗

Read ahead one character without moving the cursor. @return The next character or -1 if no further input is available

()

Source from the content-addressed store, hash-verified

234 * @return The next character or -1 if no further input is available
235 */
236 int peekChar() {
237 return peekChar(0);
238 }
239
240 /**
241 * Read ahead the given number of characters without moving the cursor.

Callers 9

skipUntilMethod · 0.95
skipUntilIgnoreEscMethod · 0.95
isSpaceMethod · 0.95
parseTokenMethod · 0.95
isDelimiterMethod · 0.95
parseNameMethod · 0.80
parseCustomTagMethod · 0.80
parseTemplateTextMethod · 0.80
parseXMLTemplateTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected