Get all the annotations from the source annotation set that partly or totally overlap the range of the specified annotation. @param sourceAnnotationSet the annotation set from which to select @param overlappedAnnotation the annotation whose range the selected annotations must overlap @return the An
(
AnnotationSet sourceAnnotationSet,
Annotation overlappedAnnotation)
| 551 | * the offset range of the coveredAnnotation |
| 552 | */ |
| 553 | public static AnnotationSet getOverlappingAnnotations( |
| 554 | AnnotationSet sourceAnnotationSet, |
| 555 | Annotation overlappedAnnotation) { |
| 556 | return getOverlappingAnnotations(sourceAnnotationSet,overlappedAnnotation,""); |
| 557 | } |
| 558 | |
| 559 | /** |
| 560 | * Get all the annotations of type targetType |