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
62 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ResolvedBindings133 Iterable<SubcomponentDeclaration> subcomponentDeclarations, in forContributionBindings()
189 ImmutableSet.Builder<SubcomponentDeclaration> subcomponentDeclarations = ImmutableSet.builder(); in createLegacyBindingGraph() local315 final ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations; field in BindingGraphFactory.Resolver331 ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations, in Resolver()371 Set<SubcomponentDeclaration> subcomponentDeclarations = new LinkedHashSet<>(); in lookUpBindings() local
79 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ModuleDescriptor
426 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in subcomponentCreatorBinding()