21 $expr = $this->parser->getExpressionParser()->parseExpression();
34 class_alias(
'Twig_TokenParser_Do',
'Twig\TokenParser\DoTokenParser',
false);
getTag()
Gets the tag name associated with this token parser.
parse(Twig_Token $token)
Parses a token and returns a node.
Base class for all token parsers.
Evaluates an expression, discarding the returned value.