|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wikimodel.wem.jspwiki.javacc.JspWikiScanner
public class JspWikiScanner
This is the internal wiki page parser generated from the grammar file.
| Field Summary | |
|---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
JspWikiScannerTokenManager |
token_source
Generated Token Manager. |
| Constructor Summary | |
|---|---|
JspWikiScanner(InputStream stream)
Constructor with InputStream. |
|
JspWikiScanner(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
JspWikiScanner(JspWikiScannerTokenManager tm)
Constructor with generated Token Manager. |
|
JspWikiScanner(Reader stream)
Constructor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public JspWikiScannerTokenManager token_source
public Token token
public Token jj_nt
| Constructor Detail |
|---|
public JspWikiScanner(InputStream stream)
public JspWikiScanner(InputStream stream,
String encoding)
public JspWikiScanner(Reader stream)
public JspWikiScanner(JspWikiScannerTokenManager tm)
| Method Detail |
|---|
public void parse(IWikiScannerContext context)
throws ParseException
ParseException
public final Token getESCAPE()
throws ParseException
ParseException
public final Token getLIST_ITEM()
throws ParseException
ParseException
public final Token getTABLE_ROW()
throws ParseException
ParseException
public final Token getHEADER()
throws ParseException
ParseException
public final Token getVERBATIM_BLOCK()
throws ParseException
ParseException
public final Token getHORLINE()
throws ParseException
ParseException
public final Token getREFERENCE()
throws ParseException
ParseException
public final Token getTABLE_CELL()
throws ParseException
ParseException
public final Token getDD()
throws ParseException
ParseException
public final Token getVERBATIM_INLINE()
throws ParseException
ParseException
public final Token getFORMAT_SYMBOL()
throws ParseException
ParseException
public final Token getBR()
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(JspWikiScannerTokenManager 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 | |||||||||