Searched refs:currentSuperImplementation (Results 1 – 2 of 2) sorted by relevance
779 Optional<ComponentImplementation> currentSuperImplementation = superclassImplementation; in getCancellableProducerKeys() local781 while (currentSuperImplementation.isPresent()) { in getCancellableProducerKeys()782 cancelledKeysFromSuperclass.addAll(currentSuperImplementation.get().cancellableProducerKeys); in getCancellableProducerKeys()783 currentSuperImplementation = currentSuperImplementation.get().superclassImplementation; in getCancellableProducerKeys()
453 for (Optional<ComponentImplementation> currentSuperImplementation = in overridesSuperclassConfigureInitialization()455 currentSuperImplementation.isPresent(); in overridesSuperclassConfigureInitialization()456 currentSuperImplementation = currentSuperImplementation.get().superclassImplementation()) { in overridesSuperclassConfigureInitialization()458 currentSuperImplementation.get().configureInitializationMethod().map(m -> m.spec()); in overridesSuperclassConfigureInitialization()