Constructor and Description |
---|
DefaultDomAnnotator() |
Modifier and Type | Method and Description |
---|---|
void |
annotate(PsiElement psiElement,
AnnotationHolder holder)
Annotates the specified PSI element.
|
protected DomElementAnnotationsManagerImpl |
getAnnotationsManager(DomElement element) |
<T extends DomElement> |
runInspection(DomElementsInspection<T> inspection,
DomFileElement<T> fileElement,
java.util.List<? super Annotation> toFill) |
public <T extends DomElement> void runInspection(DomElementsInspection<T> inspection, DomFileElement<T> fileElement, java.util.List<? super Annotation> toFill)
protected DomElementAnnotationsManagerImpl getAnnotationsManager(DomElement element)
public void annotate(PsiElement psiElement, AnnotationHolder holder)
Annotator