|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.parboiled.trees.ImmutableGraphNode<T>
T
- the actual implementation type of this ImmutableGraphNodepublic class ImmutableGraphNode<T extends GraphNode<T>>
A simple, immutable GraphNode
implementation.
Constructor Summary | |
---|---|
ImmutableGraphNode()
|
|
ImmutableGraphNode(java.util.List<T> children)
|
Method Summary | |
---|---|
java.util.List<T> |
getChildren()
Returns the sub nodes of this node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImmutableGraphNode()
public ImmutableGraphNode(java.util.List<T> children)
Method Detail |
---|
public java.util.List<T> getChildren()
GraphNode
getChildren
in interface GraphNode<T extends GraphNode<T>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |