This class is a scanner generated by
JFlex 1.3.5
on 13-9-06 0:53 from the specification file
file:/C:/SourceForge/VQWiki_2X/vqwiki-classic/jflex/mediawiki-syntax.jflex
Returns the character at position pos from the
matched text.
It is equivalent to yytext().charAt(pos), but faster
Parameters: pos - the position of the character to fetch. A value from 0 to yylength()-1. the character at position pos
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
the next token exception: IOException - if any I/O-Error occurs
Closes the current stream, and resets the
scanner to read from a new input stream.
All internal variables are reset, the old input stream
cannot be reused (internal buffer is discarded and lost).
Lexical state is set to YY_INITIAL.
Parameters: reader - the new input stream