case classBottomUpWithContext[T <: TreeNode[T], C](rule: PartialFunction[(T, C), (T, C)])(implicit evidence$6: ClassTag[T]) extends TreeRewriterWithContext[T, C] with Product with Serializable
Applies the given partial function starting from the leaves of this tree. An additional context is being recursively
passed from the leftmost child to its siblings and eventually to its parent.
Applies the given partial function starting from the leaves of this tree. An additional context is being recursively passed from the leftmost child to its siblings and eventually to its parent.