public interface HighlightVisitor
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<HighlightVisitor> |
EP_HIGHLIGHT_VISITOR |
Modifier and Type | Method and Description |
---|---|
boolean |
analyze(PsiFile file,
boolean updateWholeFile,
HighlightInfoHolder holder,
java.lang.Runnable action) |
HighlightVisitor |
clone() |
default int |
order()
Deprecated.
unused, left for binary compatibility
|
boolean |
suitableForFile(PsiFile file) |
void |
visit(PsiElement element) |
static final ExtensionPointName<HighlightVisitor> EP_HIGHLIGHT_VISITOR
boolean suitableForFile(PsiFile file)
void visit(PsiElement element)
boolean analyze(PsiFile file, boolean updateWholeFile, HighlightInfoHolder holder, java.lang.Runnable action)
HighlightVisitor clone()
@Deprecated default int order()