Searched defs:subcomponentDeclarations (Results 1 – 6 of 6) sorted by relevance
31 private final ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations; field in SubcomponentCreatorBindingEdgeImpl34 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in SubcomponentCreatorBindingEdgeImpl()
51 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations, in create()72 public abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in BindingNode
66 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ResolvedBindings138 Iterable<SubcomponentDeclaration> subcomponentDeclarations, in forContributionBindings()
185 ImmutableSet.Builder<SubcomponentDeclaration> subcomponentDeclarations = ImmutableSet.builder(); in createLegacyBindingGraph() local363 final ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations; field in BindingGraphFactory.Resolver380 ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations, in Resolver()421 Set<SubcomponentDeclaration> subcomponentDeclarations = new LinkedHashSet<>(); in lookUpBindings() local
71 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ModuleDescriptor
395 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in subcomponentCreatorBinding()