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 aGraphNodethat 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, immutableGraphNodeimplementation. -
Classes in org.parboiled.trees used by org.parboiled.trees Class Description BinaryTreeNode ATreeNodespecialization with only two child nodes, left and right.GraphNode A node in a directed graph (that may have cycles).ImmutableGraphNode A simple, immutableGraphNodeimplementation.ImmutableTreeNode AnImmutableGraphNodespecialization representing a tree node with a parent field linking back to the nodes (only) parent.MutableBinaryTreeNode AMutableTreeNodespecialization also satisfying theBinaryTreeNodeinterface and providing mutability methods.MutableTreeNode ATreeNodespecialiation that allow for mutability of the tree structure.MutableTreeNodeImpl A base implementation of theMutableTreeNode.TreeNode 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).