MCPcopy 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

isSkippableMethod · 0.95
hasNextMethod · 0.80
nextMethod · 0.80
nextTokenMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected