class Prism::ConstantPathWriteNode

def initialize(source, node_id, location, flags, target, operator_loc, value)

Initialize a new ConstantPathWriteNode node.
def initialize(source, node_id, location, flags, target, operator_loc, value)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @target = target
  @operator_loc = operator_loc
  @value = value
end