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