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

Method isContinuedLine

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

Source from the content-addressed store, hash-verified

40 }
41
42 public boolean isContinuedLine() {
43 return this.continuedLine;
44 }
45
46 public TokenType getType() {
47 return this.type;

Callers 2

primaryExpressionMethod · 0.95
sourceElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected