Overrides Node::compile
public function compile(Compiler $compiler) : void { $compiler->addDebugInfo($this) ->write(\sprintf("yield from \$this->unwrap()->yieldBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name'))); }