edu.rice.cs.drjava.project
Class ProjectFileParser.PathListVisitor
java.lang.Object
edu.rice.cs.drjava.project.ProjectFileParser.PathListVisitor
- All Implemented Interfaces:
- SEListVisitor<List<String>>
- Enclosing class:
- ProjectFileParser
private static class ProjectFileParser.PathListVisitor
- extends Object
- implements SEListVisitor<List<String>>
Parses out a list of path nodes into a list of Strings.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONLY
public static final ProjectFileParser.PathListVisitor ONLY
ProjectFileParser.PathListVisitor
private ProjectFileParser.PathListVisitor()
forEmpty
public List<String> forEmpty(Empty e)
- Specified by:
forEmpty in interface SEListVisitor<List<String>>
forCons
public List<String> forCons(Cons c)
- Specified by:
forCons in interface SEListVisitor<List<String>>