Get found node satisfying the filter callback.
Returns null if no node satisfies the filter callback.
null|Node Found node (or null if not found)
public function getFoundNode() : ?Node { return $this->foundNode; }