Overrides Node::compile
public function compile(Compiler $compiler) : void { $compiler->write("\n") ->write(\sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('var_name') . '_prof')); }