Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antlr/antlr4
/ getInputStream
Method
getInputStream
runtime/JavaScript/src/antlr4/Parser.js:272–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
}
271
272
getInputStream() {
273
return
this.getTokenStream();
274
}
275
276
setInputStream(input) {
277
this.setTokenStream(input);
Callers
1
consume
Method · 0.95
Calls
1
getTokenStream
Method · 0.95
Tested by
no test coverage detected