Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php138 $token = $this->parser->getCurrentToken();
165 …ByClass(DotExpressionParser::class)->parse($this->parser, $node, $this->parser->getCurrentToken());
168 …uareBracketExpressionParser::class)->parse($this->parser, $node, $this->parser->getCurrentToken());
194 $node = $op->parse($this->parser, $node, $this->parser->getCurrentToken());
246 … $value = new ContextVariable($token->getValue(), $this->parser->getCurrentToken()->getLine());
279 … $value = new ConstantExpression(null, $this->parser->getCurrentToken()->getLine());
306 $token = $this->parser->getCurrentToken();
DParser.php121 $e->setTemplateLine($this->getCurrentToken()->getLine());
175 $lineno = $this->getCurrentToken()->getLine();
193 $token = $this->getCurrentToken();
240 …('The lexer or the parser ended up in an unsupported state.', $this->getCurrentToken()->getLine(),…
293 …d line %d.", $name, $this->blocks[$name]->getTemplateLine()), $this->getCurrentToken()->getLine(),…
384 $token = $this->getCurrentToken();
393 $token = $this->getCurrentToken();
398 $token = $this->getCurrentToken();
441 public function getCurrentToken(): Token function in Twig\\Parser
511 $name = $name.' '.$this->getCurrentToken()->getValue();
/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/twigstarter/vendor/twig/twig/src/TokenParser/
DMacroTokenParser.php74 $arguments = new ArrayExpression([], $this->parser->getCurrentToken()->getLine());
88 … $name = new LocalVariable($token->getValue(), $this->parser->getCurrentToken()->getLine());
92 … $default = new ConstantExpression(null, $this->parser->getCurrentToken()->getLine());
DApplyTokenParser.php40 $filter = $op->parse($this->parser, $filter, $this->parser->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();