|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardTokenizerInterface
Internal interface for supporting versioned grammars.
Field Summary | |
---|---|
static int |
YYEOF
This character denotes the end of file |
Method Summary | |
---|---|
int |
getNextToken()
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs. |
void |
getText(CharTermAttribute t)
Copies the matched text into the CharTermAttribute |
int |
yychar()
Returns the current position. |
int |
yylength()
Returns the length of the matched text region. |
void |
yyreset(Reader reader)
Resets the scanner to read from a new input stream. |
Field Detail |
---|
static final int YYEOF
Method Detail |
---|
void getText(CharTermAttribute t)
int yychar()
void yyreset(Reader reader)
reader
- the new input streamint yylength()
int getNextToken() throws IOException
YYEOF
on end of stream
IOException
- if any I/O-Error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |