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 HighlighterIteratorpublic int getStart()
getStart in interface HighlighterIteratorpublic int getEnd()
getEnd in interface HighlighterIteratorpublic IElementType getTokenType()
getTokenType in interface HighlighterIteratorpublic void advance()
advance in interface HighlighterIteratorpublic void retreat()
retreat in interface HighlighterIteratorpublic boolean atEnd()
atEnd in interface HighlighterIteratorpublic Document getDocument()
getDocument in interface HighlighterIterator