class Prism::ConstantPathOperatorWriteNode
def initialize(target, operator_loc, value, operator, location)
def initialize(target, operator_loc, value, operator, location) @newline = false @target = target @operator_loc = operator_loc @value = value @operator = operator @location = location end