Searched refs:isShadowed (Results 1 – 2 of 2) sorted by relevance
47 if (annotation != null && ! isShadowed(eachMethod, results)) in getAnnotatedMethods()60 private boolean isShadowed(Method method, List<Method> results) { in isShadowed() method in TestClass62 if (isShadowed(method, each)) in isShadowed()68 private boolean isShadowed(Method current, Method previous) { in isShadowed() method in TestClass
145 public boolean isShadowed(Clazz clazz, in isShadowed() method in MemberFinder