|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hdcookbook.grin.io.text.MosaicsParser
public class MosaicsParser
The parser for a mosaics file. A mosaics file is a show file that only defines mosaics. See ../../doc-files/index.html for the BNF syntax.
Constructor Summary | |
---|---|
MosaicsParser(SEShow show,
Lexer lexer,
ShowBuilder builder)
Create a mosaic parser to parse a mosaic definition file at the given location. |
Method Summary | |
---|---|
void |
parse()
Parse a mosaics file, starting right after the "mosaics" keyword was read. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MosaicsParser(SEShow show, Lexer lexer, ShowBuilder builder)
show
- The show to populate. This should be a new, empty
show.lexer
- The lexer to usebuilder
- The builder to useMethod Detail |
---|
public void parse() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |