protected function onCompile(NodeInterface $ast): bool
    {
        if ($ast->getName() === 'Implements') {
            foreach ($ast->getChildren() as $child) {
                $name = $child->getChild(0)->getValue();