MCPcopy Create free account
hub / github.com/dynjs/dynjs / isSkippable

Method isSkippable

src/main/java/org/dynjs/parser/js/Token.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public boolean isSkippable() {
58 return this.type.isSkippable();
59 }
60
61 public String getFileName() {
62 return this.fileName;

Callers 3

peekTokenMethod · 0.95
consumeMethod · 0.95
newTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected