Searched refs:contributionType (Results 1 – 6 of 6) sorted by relevance
182 private Snippet getComponentContributionSnippet(TypeElement contributionType) { in getComponentContributionSnippet() argument183 if (builderFields.containsKey(contributionType)) { in getComponentContributionSnippet()184 return Snippet.format("builder.%s", builderFields.get(contributionType).name()); in getComponentContributionSnippet()186 Optional<Snippet> snippet = getOrCreateComponentContributionFieldSnippet(contributionType); in getComponentContributionSnippet()187 checkState(snippet.isPresent(), "no builder or component field for %s", contributionType); in getComponentContributionSnippet() local197 TypeElement contributionType) { in getOrCreateComponentContributionFieldSnippet() argument198 MemberSelect fieldSelect = componentContributionFields.get(contributionType); in getOrCreateComponentContributionFieldSnippet()200 if (!builderFields.containsKey(contributionType)) { in getOrCreateComponentContributionFieldSnippet()204 componentWriter.addField(contributionType, simpleVariableName(contributionType)); in getOrCreateComponentContributionFieldSnippet()211 builderFields.get(contributionType).name()); in getOrCreateComponentContributionFieldSnippet()[all …]
83 ContributionType contributionType() { in contributionType() method in ContributionBinding227 builder.put(binding.contributionType(), binding);243 types.add(binding.contributionType());
84 TypeElement contributionType) { in getOrCreateComponentContributionFieldSnippet() argument85 return super.getOrCreateComponentContributionFieldSnippet(contributionType) in getOrCreateComponentContributionFieldSnippet()86 .or(parent.getOrCreateComponentContributionFieldSnippet(contributionType)); in getOrCreateComponentContributionFieldSnippet()
68 switch (contributionBinding.contributionType()) { in createForSyntheticContributionBinding()
80 ContributionType contributionType() { in contributionType() method in ProductionBinding
237 if (contributionBinding.contributionType().isMultibinding()) { in bindingTypeParameters()