protected function addDebugInfos(NodeAbstract $node)
 {
     if ($this->lineno != $node->getLineno() + $this->lineOffset) {
         $this->writeDebugInfos($node->getLineno());
         $this->lineOffset = $this->lineno - $node->getLineno();
     }
 }