// TODO: use a separate cache for non-synthetic methods only sbool callableOn_nonSynthetic(O o, S method, O... args) { ret isNonSynthetic(findMethod_precise_onTypes(o, method, getClasses_array(args))); }