MCPcopy Index your code
hub / github.com/antlr/antlr4 / getTokenStream

Method getTokenStream

runtime/JavaScript/src/antlr4/Parser.js:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278 }
279
280 getTokenStream() {
281 return this._input;
282 }
283
284 // Set the token stream and reset the parser.
285 setTokenStream(input) {

Callers 14

getInputStreamMethod · 0.95
reportAmbiguityMethod · 0.45
reportAmbiguityMethod · 0.45
syncMethod · 0.45
singleTokenInsertionMethod · 0.45
singleTokenDeletionMethod · 0.45
getMissingSymbolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected