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