Searched refs:producesMethod (Results 1 – 3 of 3) sorted by relevance
66 public static ProductionKind fromProducesMethod(ExecutableElement producesMethod) { in fromProducesMethod() argument67 if (isFutureType(producesMethod.getReturnType())) { in fromProducesMethod()69 } else if (ContributionType.fromBindingElement(producesMethod) in fromProducesMethod()71 && isFutureType(SetType.from(producesMethod.getReturnType()).elementType())) { in fromProducesMethod()
238 ExecutableElement producesMethod, TypeElement contributedBy) { in producesMethodBinding() argument243 producesMethod, in producesMethodBinding()245 keyFactory.forProducesMethod(producesMethod, contributedBy), in producesMethodBinding()248 .productionKind(ProductionKind.fromProducesMethod(producesMethod)) in producesMethodBinding()249 .thrownTypes(producesMethod.getThrownTypes()) in producesMethodBinding()
270 for (ExecutableElement producesMethod in forProducesMethod()272 Key key = keyFactory.forProducesMethod(producesMethod, moduleElement); in forProducesMethod()295 for (ExecutableElement producesMethod in forProducesMethod_sets()297 Key key = keyFactory.forProducesMethod(producesMethod, moduleElement); in forProducesMethod_sets()302 new MultibindingContributionIdentifier(producesMethod, moduleElement)) in forProducesMethod_sets()309 producesMethod.getSimpleName())); in forProducesMethod_sets()