Lines Matching defs:mt
50 public abstract T mt(T t);
92 public abstract T1 mt(T2 t);
326 Method mt = cls.getMethod("mt", params3);
351 Type rt_mt = mt.getGenericReturnType();
354 "Return type of mt is a type variable";
422 Type[] pt_mt = mt.getGenericParameterTypes();
425 "C2.mt has one parameter";
429 "The generic type of the parameter of mt(T) is a type variable";
433 "The name of the type parameter of mt is T2, not " + tv.getName();
452 Type[] et_mt = mt.getGenericExceptionTypes();
455 "Method C0.mt should have no generic exception types";
468 TypeVariable[] tv_mt = mt.getTypeParameters();
471 "Method C2.mt should have no type parameters";