Home
last modified time | relevance | path

Searched refs:getCurrentToken (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php71 $token = $this->parser->getCurrentToken();
88 $token = $this->parser->getCurrentToken();
158 $token = $this->parser->getCurrentToken();
186 … $expr3 = new ConstantExpression('', $this->parser->getCurrentToken()->getLine());
193 …$expr = new ConditionalExpression($expr, $expr2, $expr3, $this->parser->getCurrentToken()->getLine…
211 $token = $this->parser->getCurrentToken();
234 if ('(' === $this->parser->getCurrentToken()->getValue()) {
401 $token = $this->parser->getCurrentToken();
605 … $value = new NameExpression($token->getValue(), $this->parser->getCurrentToken()->getLine());
631 … $value = new ConstantExpression(null, $this->parser->getCurrentToken()->getLine());
[all …]
DParser.php130 $lineno = $this->getCurrentToken()->getLine();
133 switch ($this->getCurrentToken()->getType()) {
148 $token = $this->getCurrentToken();
191 …SyntaxError('Lexer or parser ended up in unsupported state.', $this->getCurrentToken()->getLine(),…
329 public function getCurrentToken() function in Twig\\Parser
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DNoViableAltException.php52 $offendingToken = $recognizer->getCurrentToken();
56 $startToken = $recognizer->getCurrentToken();
H A DInputMismatchException.php28 $this->setOffendingToken($recognizer->getCurrentToken());
H A DFailedPredicateException.php55 $this->setOffendingToken($recognizer->getCurrentToken());
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php415 $t = $recognizer->getCurrentToken();
453 $t = $recognizer->getCurrentToken();
629 $matchedSymbol = $recognizer->getCurrentToken();
659 $currentSymbol = $recognizer->getCurrentToken();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php173 $t = $this->getCurrentToken();
463 public function getCurrentToken() : ?Token function in Antlr\\Antlr4\\Runtime\\Parser
470 $token = $this->getCurrentToken();