*/ interface Visitor { /** * @param NodeInterface $node * @return mixed */ public function visit(NodeInterface $node); }