|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.engine.NullParser
This parser eats all of the input and returns nothing.
Constructor Summary | |
NullParser(Broker broker)
|
Method Summary | |
BlockBuilder |
parseBlock(java.lang.String name,
java.io.Reader in)
Parse the input in ParseTool as far as the grammar for this parser allows, but no farther. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullParser(Broker broker)
Method Detail |
public BlockBuilder parseBlock(java.lang.String name, java.io.Reader in) throws ParseException, java.io.IOException
Parser
parseBlock
in interface Parser
ParseException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |