MCPcopy
hub / github.com/antlr/antlr4 / getInputStream

Method getInputStream

runtime/Java/src/org/antlr/v4/runtime/Token.java:99–99  ·  view source on GitHub ↗

Gets the CharStream from which this token was derived.

()

Source from the content-addressed store, hash-verified

97 * Gets the {@link CharStream} from which this token was derived.
98 */
99 CharStream getInputStream();
100}

Callers 15

startMethod · 0.65
getResourceSizeMethod · 0.65
getTokenNameMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
recoverMethod · 0.65
getInputStreamMethod · 0.65
recoverMethod · 0.65
__init__Method · 0.65
__init__Method · 0.65
__init__Method · 0.65

Implementers 1

RuleTagTokenruntime/Java/src/org/antlr/v4/runtime/

Calls

no outgoing calls

Tested by 4

startMethod · 0.52
getResourceSizeMethod · 0.52
parseSourcesMethod · 0.52
syntaxErrorMethod · 0.52