edu.rice.cs.drjava.project
Class ProjectFileParser.PathListVisitor

java.lang.Object
  extended by 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.


Field Summary
static ProjectFileParser.PathListVisitor ONLY
           
 
Constructor Summary
private ProjectFileParser.PathListVisitor()
           
 
Method Summary
 List<String> forCons(Cons c)
           
 List<String> forEmpty(Empty e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLY

public static final ProjectFileParser.PathListVisitor ONLY
Constructor Detail

ProjectFileParser.PathListVisitor

private ProjectFileParser.PathListVisitor()
Method Detail

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>>