21 parent::__construct(array(), array(),
$lineno,
$tag);
33class_alias(
'Twig_Node_Flush',
'Twig\Node\FlushNode',
false);
An exception for terminatinating execution or to throw for unit testing.
Compiles a node to PHP code.
addDebugInfo(Twig_NodeInterface $node)
Adds debugging information.
__construct($lineno, $tag)
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
Represents a node in the AST.