private function parseNotTestExpression(Node $node) : NotUnary { return new NotUnary($this->parseTestExpression($node), $this->parser ->getCurrentToken() ->getLine()); }