public class CheckLevelHighlightInfoHolder extends HighlightInfoHolder
Constructor and Description |
---|
CheckLevelHighlightInfoHolder(PsiFile file,
HighlightInfoHolder holder) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(HighlightInfo info) |
boolean |
addAll(java.util.Collection<? extends HighlightInfo> highlightInfos) |
void |
clear() |
void |
enterLevel(PsiElement element) |
HighlightInfo |
get(int i) |
AnnotationSession |
getAnnotationSession() |
TextAttributesScheme |
getColorsScheme() |
PsiFile |
getContextFile() |
Project |
getProject() |
boolean |
hasErrorResults() |
int |
size() |
queueToUpdateIncrementally
public CheckLevelHighlightInfoHolder(PsiFile file, HighlightInfoHolder holder)
public TextAttributesScheme getColorsScheme()
getColorsScheme
in class HighlightInfoHolder
public PsiFile getContextFile()
getContextFile
in class HighlightInfoHolder
public Project getProject()
getProject
in class HighlightInfoHolder
public boolean hasErrorResults()
hasErrorResults
in class HighlightInfoHolder
public boolean add(HighlightInfo info)
add
in class HighlightInfoHolder
public void clear()
clear
in class HighlightInfoHolder
public boolean addAll(java.util.Collection<? extends HighlightInfo> highlightInfos)
addAll
in class HighlightInfoHolder
public int size()
size
in class HighlightInfoHolder
public HighlightInfo get(int i)
get
in class HighlightInfoHolder
public AnnotationSession getAnnotationSession()
getAnnotationSession
in class HighlightInfoHolder
public void enterLevel(PsiElement element)