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

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


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

Constructor Detail

ProjectFileParser.BreakpointListVisitor

private ProjectFileParser.BreakpointListVisitor()
Method Detail

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