16 parent::__construct(array(
'left' => $left,
'right' => $right), array(),
$lineno);
23 ->subcompile($this->
getNode(
'left'))
29 ->subcompile($this->
getNode(
'right'))
37class_alias(
'Twig_Node_Expression_Binary',
'Twig\Node\Expression\Binary\AbstractBinary',
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.
operator(Twig_Compiler $compiler)
__construct(Twig_NodeInterface $left, Twig_NodeInterface $right, $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.