Looks up the match builder with identification $id and returns it.
public function lookupMatcher(string $id) : ?Matcher { return $this->matcherMap[$id] ?? null; }