class Prism::ClassVariableWriteNode

def initialize(source, node_id, location, flags, name, name_loc, value, operator_loc)

Initialize a new ClassVariableWriteNode node.
def initialize(source, node_id, location, flags, name, name_loc, value, operator_loc)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @name = name
  @name_loc = name_loc
  @value = value
  @operator_loc = operator_loc
end