|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wikimodel.wem.creole.javacc.CreoleWikiScanner
public class CreoleWikiScanner
This is the internal wiki page parser generated from the grammar file.
| Field Summary | |
|---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
CreoleWikiScannerTokenManager |
token_source
Generated Token Manager. |
| Constructor Summary | |
|---|---|
CreoleWikiScanner(CreoleWikiScannerTokenManager tm)
Constructor with generated Token Manager. |
|
CreoleWikiScanner(InputStream stream)
Constructor with InputStream. |
|
CreoleWikiScanner(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
CreoleWikiScanner(Reader stream)
Constructor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public CreoleWikiScannerTokenManager token_source
public Token token
public Token jj_nt
| Constructor Detail |
|---|
public CreoleWikiScanner(InputStream stream)
public CreoleWikiScanner(InputStream stream,
String encoding)
public CreoleWikiScanner(Reader stream)
public CreoleWikiScanner(CreoleWikiScannerTokenManager tm)
| Method Detail |
|---|
public void parse(IWikiScannerContext context)
throws ParseException
ParseException
public final Token getLIST_ITEM()
throws ParseException
ParseException
public final Token getTABLE_ROW()
throws ParseException
ParseException
public final Token getHEADER_BEGIN()
throws ParseException
ParseException
public final Token getVERBATIM_BLOCK()
throws ParseException
ParseException
public final Token getHORLINE()
throws ParseException
ParseException
public final Token getVERBATIM_INLINE()
throws ParseException
ParseException
public final Token getREFERENCE()
throws ParseException
ParseException
public final Token getHEADER_END()
throws ParseException
ParseException
public final Token getTABLE_CELL()
throws ParseException
ParseException
public final Token getBR()
throws ParseException
ParseException
public final Token getFORMAT_SYMBOL()
throws ParseException
ParseException
public final Token getURI()
throws ParseException
ParseException
public final Token getNL()
throws ParseException
ParseException
public final Token getSPACE()
throws ParseException
ParseException
public final Token getWORD()
throws ParseException
ParseException
public final Token getSPECIAL_SYMBOL()
throws ParseException
ParseException
public final void doParse()
throws ParseException
ParseException
public final void docElements()
throws ParseException
ParseException
public final void header()
throws ParseException
ParseException
public final void table()
throws ParseException
ParseException
public final void tableRow()
throws ParseException
ParseException
public final void list()
throws ParseException
ParseException
public final void listItem()
throws ParseException
ParseException
public final void block()
throws ParseException
ParseException
public final void verbatimBlock()
throws ParseException
ParseException
public final void horline()
throws ParseException
ParseException
public final void paragraph()
throws ParseException
ParseException
public final void quot()
throws ParseException
ParseException
public final void quotLine()
throws ParseException
ParseException
public final void emptyParagraph()
throws ParseException
ParseException
public final void lines()
throws ParseException
ParseException
public final void newLine()
throws ParseException
ParseException
public final void line()
throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream,
String encoding)
public void ReInit(Reader stream)
public void ReInit(CreoleWikiScannerTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||