Searched refs:Target3 (Results 1 – 3 of 3) sorted by relevance
183 f.setInterfaces(new Class[] { Target3.class }); in testInterface()185 Target3 obj = (Target3)c.getConstructor().newInstance(); in testInterface()197 f.setInterfaces(new Class[] { Target3.class, Target4.class }); in test2Interfaces()199 Target3 obj = (Target3)c.getConstructor().newInstance(); in test2Interfaces()218 f.setInterfaces(new Class[] { Target3.class }); in testFilter()225 Target3 obj = (Target3)c.getConstructor().newInstance(); in testFilter()
3 public interface Target3 { interface
96 abstract static class Target3<T extends Comparable<T>, U> { class in TypeVariablesTest103 TypeElement target3 = elementUtils.getTypeElement(Target3.class.getCanonicalName()); in hairyTypeParameters()