Searched refs:getCurrentToken (Results 1 – 9 of 9) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExpressionParser.php | 138 $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();
|
| D | Parser.php | 121 $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 D | NoViableAltException.php | 52 $offendingToken = $recognizer->getCurrentToken(); 56 $startToken = $recognizer->getCurrentToken();
|
| H A D | InputMismatchException.php | 28 $this->setOffendingToken($recognizer->getCurrentToken());
|
| H A D | FailedPredicateException.php | 55 $this->setOffendingToken($recognizer->getCurrentToken());
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | MacroTokenParser.php | 74 $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());
|
| D | ApplyTokenParser.php | 40 $filter = $op->parse($this->parser, $filter, $this->parser->getCurrentToken());
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/ |
| H A D | DefaultErrorStrategy.php | 415 $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 D | Parser.php | 173 $t = $this->getCurrentToken(); 463 public function getCurrentToken() : ?Token function in Antlr\\Antlr4\\Runtime\\Parser 470 $token = $this->getCurrentToken();
|