public abstract class HighlightErrorFilter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ProjectExtensionPointName<HighlightErrorFilter> |
EP_NAME |
| Constructor and Description |
|---|
HighlightErrorFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
shouldHighlightErrorElement(PsiErrorElement element) |
public static final ProjectExtensionPointName<HighlightErrorFilter> EP_NAME
public abstract boolean shouldHighlightErrorElement(PsiErrorElement element)