Searched refs:locator2AnnotationInfo (Results 1 – 1 of 1) sorted by relevance
70 private final BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo; field in AddAnnotation220 BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo = in markerAnnotationFromLocators() local222 locators.forEach(l -> locator2AnnotationInfo.add(l, markerAnnotation)); in markerAnnotationFromLocators()223 return new AddAnnotation(locator2AnnotationInfo); in markerAnnotationFromLocators()239 private AddAnnotation(BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo) { in AddAnnotation() argument240 this.locator2AnnotationInfo = locator2AnnotationInfo; in AddAnnotation()291 Mapping<AnnotationInfo> mapping = locator2AnnotationInfo.findMapping(node); in handleBodyDeclaration()