Uses of Package
org.parboiled.trees
Packages that use org.parboiled.trees
-
Classes in org.parboiled.trees used by org.parboiled
-
Classes in org.parboiled.trees used by org.parboiled.matchersClassDescriptionA node in a directed graph (that may have cycles).A simple, immutable
GraphNode
implementation. -
Classes in org.parboiled.trees used by org.parboiled.treesClassDescriptionA
TreeNode
specialization with only two child nodes, left and right.A node in a directed graph (that may have cycles).A simple, immutableGraphNode
implementation.AnImmutableGraphNode
specialization representing a tree node with a parent field linking back to the nodes (only) parent.AMutableTreeNode
specialization also satisfying theBinaryTreeNode
interface and providing mutability methods.ATreeNode
specialiation that allow for mutability of the tree structure.A base implementation of theMutableTreeNode
.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).