Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parse
Method · 0.95
skipUntilEL
Method · 0.95
hasNext
Method · 0.95
nextToken
Method · 0.95
parseQuotedChars
Method · 0.95
skipSpaces
Method · 0.95
Calls
1
length
Method · 0.80
Tested by
no test coverage detected