match = $match; $this->shouldRemoveNextStmt = $shouldRemoveNextStmt; } public function getMatch() : Match_ { return $this->match; } public function shouldRemoveNextStmt() : bool { return $this->shouldRemoveNextStmt; } }