|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.imageCave.database.CfgInterpreter
Interprets Image Cave *.cfg files using a parser and lexer generated by ANTLR (ANother Tool for Language Recognition).
CfgParser,
CfgLexer,
CfgFile,
ASTDataTableBuilder| Constructor Summary | |
CfgInterpreter()
Constructor |
|
| Method Summary | |
DataAST |
interpretFile(CfgFile file)
Interprets a file that follows the ImageCave CFG Syntax. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CfgInterpreter()
| Method Detail |
public DataAST interpretFile(CfgFile file)
file - a configuration file that follows the ImageCave CFG Syntax.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||