23 ->subcompile($this->
getNode(
'left'))
29 ->subcompile($this->
getNode(
'right'))
37 class_alias(
'Twig_Node_Expression_Binary',
'Twig\Node\Expression\Binary\AbstractBinary',
false);
raw($string)
Adds a raw string to the compiled code.
Represents a node in the AST.
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 $left, Twig_NodeInterface $right, $lineno)