Searched refs:annotationElement (Results 1 – 8 of 8) sorted by relevance
47 …@Nonnull @Override public AnnotationElement rewrite(@Nonnull AnnotationElement annotationElement) { in rewrite() argument48 return new RewrittenAnnotationElement(annotationElement); in rewrite()52 @Nonnull protected AnnotationElement annotationElement; field in AnnotationElementRewriter.RewrittenAnnotationElement54 public RewrittenAnnotationElement(@Nonnull AnnotationElement annotationElement) { in RewrittenAnnotationElement() argument55 this.annotationElement = annotationElement; in RewrittenAnnotationElement()59 return annotationElement.getName(); in getName()63 return rewriters.getEncodedValueRewriter().rewrite(annotationElement.getValue()); in getValue()
73 abstract TypeElement annotationElement(); in annotationElement() method in MapKeyGenerator.MapKeyCreatorSpecification87 TypeElement mapKeyElement, TypeElement annotationElement) { in unwrappedMapKeyWithAnnotationValue() argument89 mapKeyElement, annotationElement); in unwrappedMapKeyWithAnnotationValue()121 for (TypeElement annotationElement : in write()122 nestedAnnotationElements(mapKeyCreatorType.annotationElement())) { in write()123 writeCreateMethod(mapKeyCreatorWriter, annotationElement); in write()129 private void writeCreateMethod(TypeWriter mapKeyCreatorWriter, TypeElement annotationElement) { in writeCreateMethod() argument132 annotationElement.asType(), "create" + annotationElement.getSimpleName()); in writeCreateMethod()138 for (ExecutableElement annotationMember : methodsIn(annotationElement.getEnclosedElements())) { in writeCreateMethod()151 private static Set<TypeElement> nestedAnnotationElements(TypeElement annotationElement) { in nestedAnnotationElements() argument[all …]
61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) { in of() argument62 if (annotationElement instanceof ImmutableAnnotationElement) { in of()63 return (ImmutableAnnotationElement)annotationElement; in of()66 annotationElement.getName(), in of()67 annotationElement.getValue()); in of()
80 …onnull @Override public CharSequence getElementName(@Nonnull AnnotationElement annotationElement) { in getElementName() argument81 return annotationElement.getName(); in getElementName()84 …nnull @Override public EncodedValue getElementValue(@Nonnull AnnotationElement annotationElement) { in getElementValue() argument85 return annotationElement.getValue(); in getElementValue()
57 for (AnnotationElement annotationElement: annotationElements) { in writeElementsTo()58 writer.write(annotationElement.getName()); in writeElementsTo()60 EncodedValueAdaptor.writeTo(writer, annotationElement.getValue(), containingClass); in writeElementsTo()
61 for (AnnotationElement annotationElement: signatureAnnotation.getElements()) { in getSignature()62 if (annotationElement.getName().equals("value")) { in getSignature()63 EncodedValue encodedValue = annotationElement.getValue(); in getSignature()
87 …te BuilderAnnotationElement internAnnotationElement(@Nonnull AnnotationElement annotationElement) {88 return new BuilderAnnotationElement(stringPool.internString(annotationElement.getName()),89 internEncodedValue(annotationElement.getValue()));
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...