Uses of Interface
org.parboiled.trees.MutableBinaryTreeNode
Packages that use MutableBinaryTreeNode
-
Uses of MutableBinaryTreeNode in org.parboiled.trees
Classes in org.parboiled.trees with type parameters of type MutableBinaryTreeNodeModifier and TypeInterfaceDescriptioninterface
MutableBinaryTreeNode<T extends MutableBinaryTreeNode<T>>
AMutableTreeNode
specialization also satisfying theBinaryTreeNode
interface and providing mutability methods.class
MutableBinaryTreeNodeImpl<T extends MutableBinaryTreeNode<T>>
A simpleMutableBinaryTreeNode
implementation based on theMutableTreeNodeImpl
.Methods in org.parboiled.trees with type parameters of type MutableBinaryTreeNodeModifier and TypeMethodDescriptionstatic <N extends MutableBinaryTreeNode<N>>
NTreeUtils.toLeftAssociativity
(N node) Performs the following transformation on the given MutableBinaryTreeNode: