static Type getRawType(Type t) { if (t cast ParameterizedType) ret t.getRawType(); ret t; }