Lines Matching defs:mt
49 public abstract T mt(T t);
115 Method mt = cls.getMethod("mt", params3);
119 Type rt_mt = mt.getGenericReturnType();
189 Type[] pt_mt = mt.getGenericParameterTypes();
192 "C1.mt has one parameter";
196 "The generic type of the parameter of mt(T) is a type variable";
200 "The name of the type parameter of mt is T, not " + tv.getName();
219 Type[] et_mt = mt.getGenericExceptionTypes();
223 "Method C1.mt should have no generic exception types";
236 TypeVariable[] tv_mt = mt.getTypeParameters();
239 "Method C1.mt should have no type parameters";