Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchers | |
org.parboiled.trees |
Class and Description |
---|
GraphNode
A node in a directed graph (that may have cycles).
|
ImmutableGraphNode
A simple, immutable
GraphNode implementation. |
ImmutableTreeNode
An
ImmutableGraphNode specialization representing a tree node with a parent field linking back to the nodes
(only) parent. |
TreeNode
A specialization of a
GraphNode that contains a reference to its parent, thereby making the graph a tree
(since each node can now have only one parent node). |
Class and Description |
---|
GraphNode
A node in a directed graph (that may have cycles).
|
ImmutableGraphNode
A simple, immutable
GraphNode implementation. |
Class and Description |
---|
BinaryTreeNode
A
TreeNode specialization with only two child nodes, left and right. |
GraphNode
A node in a directed graph (that may have cycles).
|
ImmutableGraphNode
A simple, immutable
GraphNode implementation. |
ImmutableTreeNode
An
ImmutableGraphNode specialization representing a tree node with a parent field linking back to the nodes
(only) parent. |
MutableBinaryTreeNode
A
MutableTreeNode specialization also satisfying the BinaryTreeNode interface
and providing mutability methods. |
MutableTreeNode
A
TreeNode specialiation that allow for mutability of the tree structure. |
MutableTreeNodeImpl
A base implementation of the
MutableTreeNode . |
TreeNode
A specialization of a
GraphNode that contains a reference to its parent, thereby making the graph a tree
(since each node can now have only one parent node). |