Adds a new match
Node $node:
Node|null $parent:
public function addMatch(Node $node, $parent = null) { $this->matches[] = array( $node, $parent, ); }