29 class_alias(
'Twig_Node_Expression_Unary',
'Twig\Node\Expression\Unary\AbstractUnary',
false);
raw($string)
Adds a raw string to the compiled code.
Represents a node in the AST.
subcompile(Twig_NodeInterface $node, $raw=true)
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
operator(Twig_Compiler $compiler)
Abstract class for all nodes that represents an expression.
Create styles array
The data for the language used.
__construct(Twig_NodeInterface $node, $lineno)