MCPcopy 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

nextTokenMethod · 0.95
exponentMethod · 0.95
fractionMethod · 0.95
digitsMethod · 0.95
advanceMatchingMethod · 0.95
stringTokenMethod · 0.95
escapeMethod · 0.95

Calls 1

isAtEndMethod · 0.95

Tested by

no test coverage detected