public interface HighlighterIterator
Modifier and Type | Method and Description |
---|---|
void |
advance() |
boolean |
atEnd() |
Document |
getDocument() |
int |
getEnd() |
int |
getStart() |
TextAttributes |
getTextAttributes() |
IElementType |
getTokenType() |
void |
retreat() |
TextAttributes getTextAttributes()
int getStart()
int getEnd()
IElementType getTokenType()
void advance()
void retreat()
boolean atEnd()
Document getDocument()