class Prism::ConstantPathOperatorWriteNode
def initialize(source, node_id, location, flags, target, binary_operator_loc, value, binary_operator)
def initialize(source, node_id, location, flags, target, binary_operator_loc, value, binary_operator) @source = source @node_id = node_id @location = location @flags = flags @target = target @binary_operator_loc = binary_operator_loc @value = value @binary_operator = binary_operator end