Method Summary |
|
public int | getNextToken() Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs. |
final public int | getPositionIncrement() |
final void | getText(Token t, int tokType) Fills Lucene token with the current token text. |
final public void | yybegin(int newState) |
final public int | yychar() |
final public char | yycharat(int pos) Returns the character at position pos from the
matched text. |
final public void | yyclose() Closes the input stream. |
final public int | yylength() Returns the length of the matched text region. |
public void | yypushback(int number) Pushes the specified amount of characters back into the input stream. |
final public void | yyreset(java.io.Reader reader) Resets the scanner to read from a new input stream. |
final public int | yystate() Returns the current lexical state. |
final public String | yytext() Returns the text matched by the current regular expression. |