Searched refs:parsePostfixExpression (Results 1 – 1 of 1) sorted by relevance
111 return $this->parsePostfixExpression(new $class($expr, $token->getLine()));117 return $this->parsePostfixExpression($expr);236 return $this->parsePostfixExpression($node);336 public function parsePostfixExpression($node) function in Twig\\ExpressionParser