Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ previewChar
Method
previewChar
output/java_guava/1.4.18/MediaType.java:1004–1007 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1002
}
1003
1004
char previewChar() {
1005
checkState(hasMore());
1006
return
input.charAt(position);
1007
}
1008
1009
boolean hasMore() {
1010
return
(position >= 0) && (position < input.length());
Callers
2
parse
Method · 0.95
consumeCharacter
Method · 0.95
Calls
2
hasMore
Method · 0.95
checkState
Method · 0.45
Tested by
no test coverage detected