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
GraphNodeimplementation. -
Classes in org.parboiled.trees used by org.parboiled.treesClassDescriptionA
TreeNodespecialization with only two child nodes, left and right.A node in a directed graph (that may have cycles).A simple, immutableGraphNodeimplementation.AnImmutableGraphNodespecialization representing a tree node with a parent field linking back to the nodes (only) parent.AMutableTreeNodespecialization also satisfying theBinaryTreeNodeinterface and providing mutability methods.ATreeNodespecialiation that allow for mutability of the tree structure.A base implementation of theMutableTreeNode.A specialization of aGraphNodethat contains a reference to its parent, thereby making the graph a tree (since each node can now have only one parent node).