Method Summary |
|
protected void | beginState(int state) Begin a new state and store the old state onto the stack. |
protected void | endState() End processing of a state and switch to the previous state. |
public void | setVirtualWiki(String vWiki) |
final public void | yybegin(int newState) |
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 String | yylex() Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs. |
final public void | yyreset(java.io.Reader reader) Closes the current stream, and 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. |