class Prism::ConstantAndWriteNode
def initialize(source, node_id, location, flags, name, name_loc, operator_loc, value)
def initialize(source, node_id, location, flags, name, name_loc, operator_loc, value) @source = source @node_id = node_id @location = location @flags = flags @name = name @name_loc = name_loc @operator_loc = operator_loc @value = value end