Home
last modified time | relevance | path

Searched refs:locator2AnnotationInfo (Results 1 – 1 of 1) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java70 private final BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo; field in AddAnnotation
220 BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo = in markerAnnotationFromLocators() local
222 locators.forEach(l -> locator2AnnotationInfo.add(l, markerAnnotation)); in markerAnnotationFromLocators()
223 return new AddAnnotation(locator2AnnotationInfo); in markerAnnotationFromLocators()
239 private AddAnnotation(BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo) { in AddAnnotation() argument
240 this.locator2AnnotationInfo = locator2AnnotationInfo; in AddAnnotation()
291 Mapping<AnnotationInfo> mapping = locator2AnnotationInfo.findMapping(node); in handleBodyDeclaration()