static S structureOrText(O o) {
  ret o instanceof S ? (S) o : structure(o);
}