static S structureOrTextForUser(O o) { ret o == null ? "" : o instanceof S ? (S) o : structureForUser(o); }