Package | Description |
---|---|
org.parboiled.trees |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableBinaryTreeNode<T extends MutableBinaryTreeNode<T>>
A
MutableTreeNode specialization also satisfying the BinaryTreeNode interface
and providing mutability methods. |
class |
MutableBinaryTreeNodeImpl<T extends MutableBinaryTreeNode<T>>
A simple
MutableBinaryTreeNode implementation based on the MutableTreeNodeImpl . |
Modifier and Type | Method and Description |
---|---|
static <N extends MutableBinaryTreeNode<N>> |
TreeUtils.toLeftAssociativity(N node)
Performs the following transformation on the given MutableBinaryTreeNode:
|