// magic cast static A cget(O c, S field) { O o = getOpt(c, field); if (o instanceof Concept.Ref) ret ((Concept.Ref) o).get(); ret (A) o; }