Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ consume
Method
consume
src/main/java/org/dynjs/parser/js/TokenQueue.java:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
@Override
34
public
Token consume() {
35
return
consume(true);
36
}
37
38
public
Token peekToken(boolean skipSkippable) {
39
return
peekToken(skipSkippable, 1);
Callers
nothing calls this directly
Calls
5
isSkippable
Method · 0.95
hasNext
Method · 0.80
next
Method · 0.80
nextToken
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected