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