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

Method toString

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

Source from the content-addressed store, hash-verified

71 }
72
73 public String toString() {
74 return "[Token: type=" + this.type + "; text=" + this.text + "; file=" + this.fileName + "; line=" + this.lineNumber + "; col=" + this.columnNumber + "]";
75 }
76
77}

Callers 9

regexpLiteralMethod · 0.45
octalLiteralMethod · 0.45
decimalLiteralMethod · 0.45
hexLiteralMethod · 0.45
stringLiteralMethod · 0.45
unicodeEscapeSequenceMethod · 0.45
hexEscapeSequenceMethod · 0.45
octalEscapeSequenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected