edu.rice.cs.drjava.project
Class ProjectFileParser
java.lang.Object
edu.rice.cs.drjava.project.ProjectFileParserFacade
edu.rice.cs.drjava.project.ProjectFileParser
public class ProjectFileParser
- extends ProjectFileParserFacade
This parser uses the s-expression parser defined in the util pacakge. The SExp tree given by the parser is
interpreted into a ProjectFileIR that is given to the user. This class must also deal with different
versions of the project file.
If at some point new information is to be stored in the project file, the following places in the code that need to
changed: