org.jetbrains.jet.utils
Class DFS.AbstractNodeHandler<N,R>

java.lang.Object
  extended by org.jetbrains.jet.utils.DFS.AbstractNodeHandler<N,R>
All Implemented Interfaces:
DFS.NodeHandler<N,R>
Direct Known Subclasses:
DFS.NodeHandlerWithListResult
Enclosing class:
DFS

public abstract static class DFS.AbstractNodeHandler<N,R>
extends java.lang.Object
implements DFS.NodeHandler<N,R>


Constructor Summary
DFS.AbstractNodeHandler()
           
 
Method Summary
 void afterChildren(N current)
           
 void beforeChildren(N current)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jetbrains.jet.utils.DFS.NodeHandler
result
 

Constructor Detail

DFS.AbstractNodeHandler

public DFS.AbstractNodeHandler()
Method Detail

beforeChildren

public void beforeChildren(N current)
Specified by:
beforeChildren in interface DFS.NodeHandler<N,R>

afterChildren

public void afterChildren(N current)
Specified by:
afterChildren in interface DFS.NodeHandler<N,R>