org.jetbrains.kotlin.utils
Class DFS.NodeHandlerWithListResult<N,R>

java.lang.Object
  extended by org.jetbrains.kotlin.utils.DFS.AbstractNodeHandler<N,C>
      extended by org.jetbrains.kotlin.utils.DFS.CollectingNodeHandler<N,R,java.util.LinkedList<R>>
          extended by org.jetbrains.kotlin.utils.DFS.NodeHandlerWithListResult<N,R>
All Implemented Interfaces:
DFS.NodeHandler<N,java.util.LinkedList<R>>
Direct Known Subclasses:
DFS.TopologicalOrder
Enclosing class:
DFS

public abstract static class DFS.NodeHandlerWithListResult<N,R>
extends DFS.CollectingNodeHandler<N,R,java.util.LinkedList<R>>


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.utils.DFS.CollectingNodeHandler
result
 
Constructor Summary
protected DFS.NodeHandlerWithListResult()
           
 
Method Summary
 
Methods inherited from class org.jetbrains.kotlin.utils.DFS.CollectingNodeHandler
result
 
Methods inherited from class org.jetbrains.kotlin.utils.DFS.AbstractNodeHandler
afterChildren, beforeChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFS.NodeHandlerWithListResult

protected DFS.NodeHandlerWithListResult()