Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ pushback
Method
pushback
src/main/java/org/sfj/JSONOne.java:619–621 ·
view source on GitHub ↗
(Token t)
Source
from the content-addressed store, hash-verified
617
}
618
619
void
pushback(Token t) {
620
pushBack.addFirst(t);
621
}
622
623
char peek() {
624
if
(isAtEnd()) {
Callers
1
peekToken
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected