class Prism::EmbeddedVariableNode

def save_operator_loc(repository)

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