Executes the current group on the given matches
Matches $matches Matches:
public function exec(Matches $matches) { foreach ($this->combinators as $combinator) { $combinator->exec($matches); } }