Package com.hdcookbook.grin.io.text

Interface Summary
ExtensionParser The ExtensionParser interface defines methods that handle parsing of the custom (user-defined) GRIN features, modifiers and commands from text-based GRIN script.
 

Class Summary
ExtensionParserList A list of extension parsers.
ForwardReference Used by the parser when it encounters something that might be a forward reference.
GenericExtensionParser A convenience ExtensionParser implementation which handles extensions by creating dummy classes.
Lexer Read tokens from a file.
MosaicsParser The parser for a mosaics file.
NullExtensionParser The NullExtensionParser class is an implementation of ExtensionParser for the case where no extension parser is provided.
SEGenericCommand This is a generic SECommand class in which the ExtensionParser implementation can choose to subclass.
SEGenericFeature This is a generic SEFeature class in which the ExtensionParser implementation can choose to subclass.
SEGenericModifier This is a generic SEModifier class in which the ExtensionParser implementation can choose to subclass.
ShowParser The parser of a show file.