22 parent::__construct(array(
'expr' => $expr), array(),
$lineno,
$tag);
30 ->subcompile($this->
getNode(
'expr'))
36class_alias(
'Twig_Node_Print',
'Twig\Node\PrintNode',
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.
Abstract class for all nodes that represents an expression.
Represents a node that outputs an expression.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
__construct(Twig_Node_Expression $expr, $lineno, $tag=null)
Represents a node in the AST.
Represents a displayable node in the AST.