Home
last modified time | relevance | path

Searched refs:startToken (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DNoViableAltException.php29 private $startToken; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\NoViableAltException
42 ?Token $startToken = null, argument
55 if ($startToken === null) {
56 $startToken = $recognizer->getCurrentToken();
66 $this->startToken = $startToken;
72 return $this->startToken;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php329 $startToken = $e->getStartToken();
331 if ($startToken === null) {
335 if ($startToken->getType() === Token::EOF) {