class Prism::ConstantPathOperatorWriteNode

def initialize(target, operator_loc, value, operator, location)

def initialize: (ConstantPathNode target, Location operator_loc, Node value, Symbol operator, Location location) -> void
def initialize(target, operator_loc, value, operator, location)
  @newline = false
  @target = target
  @operator_loc = operator_loc
  @value = value
  @operator = operator
  @location = location
end