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

Method isSpace

java/org/apache/jasper/compiler/JspReader.java:530–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528 }
529
530 final boolean isSpace() {
531 // Note: If this logic changes, also update Node.TemplateText.rtrim()
532 return peekChar() <= ' ';
533 }
534
535 /**
536 * Parse a space delimited token. If quoted the token will consume all characters up to a matching quote, otherwise,

Callers 2

skipSpacesMethod · 0.95
isDelimiterMethod · 0.95

Calls 1

peekCharMethod · 0.95

Tested by

no test coverage detected