Home
last modified time | relevance | path

Searched refs:getTokenSource (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DToken.php102 public function getTokenSource() : ?TokenSource; function
H A DTokenStream.php42 public function getTokenSource() : TokenSource; function
H A DCommonToken.php45 * This is the backing field for {@see CommonToken::getTokenSource()} and
140 * constructed from the result of {@see Token::getTokenSource()} and
261 public function getTokenSource() : ?TokenSource function in Antlr\\Antlr4\\Runtime\\CommonToken
H A DParser.php377 return $this->tokenStream()->getTokenSource()->getTokenFactory();
385 $this->tokenStream()->getTokenSource()->setTokenFactory($factory);
H A DBufferedTokenStream.php79 public function getTokenSource() : TokenSource function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php671 $tokenSource = $currentSymbol->getTokenSource();