16 parent::__construct(array(
'node' => $node), array(),
$lineno);
29class_alias(
'Twig_Node_Expression_Unary',
'Twig\Node\Expression\Unary\AbstractUnary',
false);
An exception for terminatinating execution or to throw for unit testing.
Compiles a node to PHP code.
raw($string)
Adds a raw string to the compiled code.
subcompile(Twig_NodeInterface $node, $raw=true)
operator(Twig_Compiler $compiler)
__construct(Twig_NodeInterface $node, $lineno)
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
Abstract class for all nodes that represents an expression.
Represents a node in the AST.