public class LexerEditorHighlighter.HighlighterIteratorImpl extends java.lang.Object implements HighlighterIterator
Modifier and Type | Method and Description |
---|---|
void |
advance() |
boolean |
atEnd() |
int |
currentIndex() |
Document |
getDocument() |
int |
getEnd() |
int |
getStart() |
TextAttributes |
getTextAttributes() |
IElementType |
getTokenType() |
void |
retreat() |
public int currentIndex()
public TextAttributes getTextAttributes()
getTextAttributes
in interface HighlighterIterator
public int getStart()
getStart
in interface HighlighterIterator
public int getEnd()
getEnd
in interface HighlighterIterator
public IElementType getTokenType()
getTokenType
in interface HighlighterIterator
public void advance()
advance
in interface HighlighterIterator
public void retreat()
retreat
in interface HighlighterIterator
public boolean atEnd()
atEnd
in interface HighlighterIterator
public Document getDocument()
getDocument
in interface HighlighterIterator