public abstract class HighlightingLevelManager
extends java.lang.Object
| Constructor and Description |
|---|
HighlightingLevelManager() |
| Modifier and Type | Method and Description |
|---|---|
static HighlightingLevelManager |
getInstance(Project project) |
abstract boolean |
shouldHighlight(PsiElement psiRoot)
>= Syntax level
|
abstract boolean |
shouldInspect(PsiElement psiRoot)
>= Inspections level
|
public static HighlightingLevelManager getInstance(Project project)
public abstract boolean shouldHighlight(PsiElement psiRoot)
public abstract boolean shouldInspect(PsiElement psiRoot)