| vqwiki.lex.Lexer
All known Subclasses: vqwiki.lex.FritzLex, vqwiki.lex.ExFormatLex, vqwiki.lex.LayoutLex, vqwiki.lex.HTMLLinkLex, vqwiki.lex.BackLinkLex, vqwiki.lex.FormatLex, vqwiki.lex.LinkLex, vqwiki.lex.Yylex, vqwiki.lex.MediaWikiHTML, vqwiki.lex.LinkLexLoose, vqwiki.lex.MediaWikiSyntax, vqwiki.lex.ExLayoutLex,
Lexer | public interface Lexer (Code) | | This interface can be implemented in any way you like, it doesn't have to be for
a JLex generated lexer. As long as the implementing class implements a constructor
that takes a single InputStream or Reader parameter and returns one token at a
time from the yylex() method, it will work.
|
setVirtualWiki | public void setVirtualWiki(String vWiki)(Code) | | |
|
|