org.jetbrains.jet.utils
Interface DFS.NodeHandler<N,R>

All Known Implementing Classes:
DFS.AbstractNodeHandler, DFS.NodeHandlerWithListResult, DFS.TopologicalOrder
Enclosing class:
DFS

public static interface DFS.NodeHandler<N,R>


Method Summary
 void afterChildren(N current)
           
 void beforeChildren(N current)
           
 R result()
           
 

Method Detail

beforeChildren

void beforeChildren(N current)

afterChildren

void afterChildren(N current)

result

R result()