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

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

public abstract static class DFS.NodeHandlerWithListResult<N,R>
extends DFS.AbstractNodeHandler<N,java.util.List<R>>


Field Summary
protected  java.util.LinkedList<R> result
           
 
Constructor Summary
DFS.NodeHandlerWithListResult()
           
 
Method Summary
 java.util.List<R> result()
           
 
Methods inherited from class org.jetbrains.jet.utils.DFS.AbstractNodeHandler
afterChildren, beforeChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

protected final java.util.LinkedList<R> result
Constructor Detail

DFS.NodeHandlerWithListResult

public DFS.NodeHandlerWithListResult()
Method Detail

result

public java.util.List<R> result()