class Prism::ConstantPathAndWriteNode
def copy(node_id: self.node_id, location: self.location, flags: self.flags, target: self.target, operator_loc: self.operator_loc, value: self.value)
def copy(node_id: self.node_id, location: self.location, flags: self.flags, target: self.target, operator_loc: self.operator_loc, value: self.value) ConstantPathAndWriteNode.new(source, node_id, location, flags, target, operator_loc, value) end