Searched refs:overrideIndex (Results 1 – 1 of 1) sorted by relevance
654 OverrideIndex overrideIndex = null; in getInjectionPoints() local659 if (overrideIndex != null && i < topIndex) { in getInjectionPoints()662 overrideIndex.position = Position.BOTTOM; in getInjectionPoints()664 overrideIndex.position = Position.MIDDLE; in getInjectionPoints()690 if (overrideIndex != null) { in getInjectionPoints()692 overrideIndex.removeIfOverriddenBy(method, false, injectableMethod); in getInjectionPoints()709 if (overrideIndex == null) { in getInjectionPoints()716 overrideIndex = new OverrideIndex(injectableMembers); in getInjectionPoints()720 overrideIndex.removeIfOverriddenBy(method, true, injectableMethod); in getInjectionPoints()722 overrideIndex.add(injectableMethod); in getInjectionPoints()[all …]