static L methodArgumentTypes(Method m) { ret m == null ? null : asList(m.getParameterTypes()); }