class Prism::ClassVariableOperatorWriteNode

def initialize(name, name_loc, operator_loc, value, operator, location)

def initialize: (Symbol name, Location name_loc, Location operator_loc, Node value, Symbol operator, Location location) -> void
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