Home
last modified time | relevance | path

Searched defs:findExistingAnnotation (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DSuppressWarningsSubProcessor.java225 private static Annotation findExistingAnnotation(List<? extends ASTNode> modifiers) { in findExistingAnnotation() method in SuppressWarningsSubProcessor.SuppressWarningsProposal
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/
H A DInlinedAnnotationSupport.java479 public <T extends AbstractInlinedAnnotation> T findExistingAnnotation(Position pos) { in findExistingAnnotation() method in InlinedAnnotationSupport