|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.utils.DFS.AbstractNodeHandler<N,java.util.List<R>>
org.jetbrains.jet.utils.DFS.NodeHandlerWithListResult<N,R>
public abstract static class DFS.NodeHandlerWithListResult<N,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 |
---|
protected final java.util.LinkedList<R> result
Constructor Detail |
---|
public DFS.NodeHandlerWithListResult()
Method Detail |
---|
public java.util.List<R> result()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |