Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ advance
Method
advance
src/main/java/org/sfj/JSONOne.java:634–639 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
632
}
633
634
char advance() {
635
if
(isAtEnd()) {
636
return
'\0'
;
637
}
638
return
input.charAt(current++);
639
}
640
641
private
Token token(TokenType type) {
642
return
token(type, null);
Callers
7
nextToken
Method · 0.95
exponent
Method · 0.95
fraction
Method · 0.95
digits
Method · 0.95
advanceMatching
Method · 0.95
stringToken
Method · 0.95
escape
Method · 0.95
Calls
1
isAtEnd
Method · 0.95
Tested by
no test coverage detected