expr = $expr; $this->type = $type; } public function getSubNodeNames() : array { return ['expr', 'type']; } }