net.sf.imageCave.database
Class CfgInterpreter

java.lang.Object
  |
  +--net.sf.imageCave.database.CfgInterpreter

public class CfgInterpreter
extends java.lang.Object

Interprets Image Cave *.cfg files using a parser and lexer generated by ANTLR (ANother Tool for Language Recognition).

Since:
13 March, 2004
Version:
%I%, %G%
Author:
Stuart T. Tett, disc0stu@sf.net
See Also:
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

CfgInterpreter

public CfgInterpreter()
Constructor

Method Detail

interpretFile

public DataAST interpretFile(CfgFile file)
Interprets a file that follows the ImageCave CFG Syntax.

Parameters:
file - a configuration file that follows the ImageCave CFG Syntax.
Returns:
a data abstract syntax tree.


Copyright 2004 Brian Lund, Justin Rasmussen, & Stuart Tett. All Rights Reserved.