MCPcopy Create free account
hub / github.com/mozilla/rhino / nextToken

Method nextToken

rhino/src/main/java/org/mozilla/javascript/Parser.java:485–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 }
484
485 private int nextToken() throws IOException {
486 int tt = peekToken();
487 consumeToken();
488 return tt;
489 }
490
491 private boolean matchToken(int toMatch, boolean ignoreComment) throws IOException {
492 int tt = peekToken();

Callers 12

switchStatementMethod · 0.95
propertyAccessMethod · 0.95
attributeAccessMethod · 0.95
propertyNameMethod · 0.95
objliteralPropertyMethod · 0.95
ParsedContentTypeMethod · 0.80
lookupQualifiedNameMethod · 0.80
processOptionsMethod · 0.80
earley-boyer.jsFile · 0.80
earley-boyer.jsFile · 0.80

Calls 2

peekTokenMethod · 0.95
consumeTokenMethod · 0.95

Tested by

no test coverage detected