|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExplicitStateHighlighter
Provides access to the lexical scanning of a highlighted language.
| Method Summary | |
|---|---|
byte |
getNextToken()
Obtain the next token from the scanner. |
int |
getTokenLength()
Returns the length of the matched text region. |
void |
setReader(Reader reader)
Sets the reader that will be used to receive the text data. |
| Method Detail |
|---|
void setReader(Reader reader)
reader - the Reader that has to be used
byte getNextToken()
throws IOException
IOException - when an error occurred during the parsing of
the readerint getTokenLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||