Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
start
Method · 0.65
getResourceSize
Method · 0.65
getTokenName
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
recover
Method · 0.65
getInputStream
Method · 0.65
recover
Method · 0.65
__init__
Method · 0.65
__init__
Method · 0.65
__init__
Method · 0.65
Implementers
1
RuleTagToken
runtime/Java/src/org/antlr/v4/runtime/
Calls
no outgoing calls
Tested by
4
start
Method · 0.52
getResourceSize
Method · 0.52
parseSources
Method · 0.52
syntaxError
Method · 0.52