Class ImmutableGraphNode<T extends GraphNode<T>>

java.lang.Object
org.parboiled.trees.ImmutableGraphNode<T>
Type Parameters:
T - the actual implementation type of this ImmutableGraphNode
All Implemented Interfaces:
GraphNode<T>
Direct Known Subclasses:
AbstractMatcher, ImmutableTreeNode

public class ImmutableGraphNode<T extends GraphNode<T>> extends Object implements GraphNode<T>
A simple, immutable GraphNode implementation.
  • Constructor Details

    • ImmutableGraphNode

      public ImmutableGraphNode()
    • ImmutableGraphNode

      public ImmutableGraphNode(List<T> children)
  • Method Details