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
63 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ResolvedBindings134 Iterable<SubcomponentDeclaration> subcomponentDeclarations, in forContributionBindings()
196 ImmutableSet.Builder<SubcomponentDeclaration> subcomponentDeclarations = ImmutableSet.builder(); in createLegacyBindingGraph() local323 final ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations; field in BindingGraphFactory.Resolver339 ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations, in Resolver()379 Set<SubcomponentDeclaration> subcomponentDeclarations = new LinkedHashSet<>(); in lookUpBindings() local
77 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ModuleDescriptor
398 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in subcomponentCreatorBinding()