Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getInputStream
Method · 0.95
reportAttemptingFullContext
Method · 0.45
reportContextSensitivity
Method · 0.45
reportAmbiguity
Method · 0.45
reportAmbiguity
Method · 0.45
reportAttemptingFullContext
Method · 0.45
reportContextSensitivity
Method · 0.45
sync
Method · 0.45
reportNoViableAlternative
Method · 0.45
singleTokenInsertion
Method · 0.45
singleTokenDeletion
Method · 0.45
getMissingSymbol
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected