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

Method hasMoreInput

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

Checks if the current file has more input. @return True if more reading is possible

()

Source from the content-addressed store, hash-verified

128 * @return True if more reading is possible
129 */
130 boolean hasMoreInput() {
131 return current.cursor < current.stream.length;
132 }
133
134 int nextChar() {
135 if (!hasMoreInput()) {

Callers 9

nextCharMethod · 0.95
indexOfMethod · 0.95
skipSpacesMethod · 0.95
parseTokenMethod · 0.95
parseMethod · 0.80
parseTemplateTextMethod · 0.80
parseXMLTemplateTextMethod · 0.80
parseBodyMethod · 0.80
parseFileDirectivesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected