class Prism::ClassVariableOperatorWriteNode

def save_binary_operator_loc(repository)

it can be retrieved later.
Save the binary_operator_loc location using the given saved source so that
def save_binary_operator_loc(repository)
  repository.enter(node_id, :binary_operator_loc)
end