static boolean isStringOrIntOrLong(O o) { ret o instanceof S || o instanceof Int || o instanceof Long; }