class Prism::ClassVariableOperatorWriteNode
def initialize(name, name_loc, operator_loc, value, operator, location)
def initialize(name, name_loc, operator_loc, value, operator, location) @newline = false @name = name @name_loc = name_loc @operator_loc = operator_loc @value = value @operator = operator @location = location end