Searched refs:overrideIndex (Results 1 – 1 of 1) sorted by relevance
659 OverrideIndex overrideIndex = null; in getInjectionPoints() local664 if (overrideIndex != null && i < topIndex) { in getInjectionPoints()667 overrideIndex.position = Position.BOTTOM; in getInjectionPoints()669 overrideIndex.position = Position.MIDDLE; in getInjectionPoints()696 if (overrideIndex != null) { in getInjectionPoints()697 … boolean removed = overrideIndex.removeIfOverriddenBy(method, false, injectableMethod); in getInjectionPoints()711 if (overrideIndex == null) { in getInjectionPoints()718 overrideIndex = new OverrideIndex(injectableMembers); in getInjectionPoints()722 overrideIndex.removeIfOverriddenBy(method, true, injectableMethod); in getInjectionPoints()724 overrideIndex.add(injectableMethod); in getInjectionPoints()[all …]