name = $name; } public function getSubNodeNames() : array { return ['name']; } function getType() : string { return 'Expr_Variable'; } }