Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antlr/antlr4
/ getText
Method
getText
tool/src/org/antlr/v4/gui/TreeTextProvider.java:12–12 ·
view source on GitHub ↗
(Tree node)
Source
from the content-addressed store, hash-verified
10
11
public
interface
TreeTextProvider {
12
String getText(Tree node);
13
}
Callers
15
getText
Method · 0.65
testLookahead
Method · 0.65
testNoBuffering
Method · 0.65
testMarkStart
Method · 0.65
testMarkThenRelease
Method · 0.65
getNodeStrings
Method · 0.65
testAFewTokens
Method · 0.65
testOffChannel
Method · 0.65
testIDNodeWithLabelMatches
Method · 0.65
testLabelGetsLastIDNode
Method · 0.65
testIDNodeWithMultipleLabelMatches
Method · 0.65
testFirstToken
Method · 0.65
Implementers
15
InterpreterTreeTextProvider
tool-testsuite/test/org/antlr/v4/test/
DefaultTreeTextProvider
tool/src/org/antlr/v4/gui/TreeViewer.j
BufferedTokenStream
runtime/JavaScript/src/antlr4/Buffered
TokenStreamRewriter
runtime/JavaScript/src/antlr4/TokenStr
CharStream
runtime/JavaScript/src/antlr4/CharStre
RuleContext
runtime/JavaScript/src/antlr4/context/
LexerATNSimulator
runtime/JavaScript/src/antlr4/atn/Lexe
TerminalNodeImpl
runtime/JavaScript/src/antlr4/tree/Ter
TokenStreamRewriter
runtime/Python3/src/antlr4/TokenStream
RuleContext
runtime/Python3/src/antlr4/RuleContext
BufferedTokenStream
runtime/Python3/src/antlr4/BufferedTok
InputStream
runtime/Python3/src/antlr4/InputStream
Calls
no outgoing calls
Tested by
15
getText
Method · 0.52
testLookahead
Method · 0.52
testNoBuffering
Method · 0.52
testMarkStart
Method · 0.52
testMarkThenRelease
Method · 0.52
getNodeStrings
Method · 0.52
testAFewTokens
Method · 0.52
testOffChannel
Method · 0.52
testIDNodeWithLabelMatches
Method · 0.52
testLabelGetsLastIDNode
Method · 0.52
testIDNodeWithMultipleLabelMatches
Method · 0.52
testFirstToken
Method · 0.52