case classBottomUp[T <: TreeNode[T]](rule: PartialFunction[T, T])(implicit evidence$3: ClassTag[T]) extends TreeRewriter[T, T] with Product with Serializable
Applies the given partial function starting from the leafs of this tree.
Linear Supertypes
Serializable, Serializable, Product, Equals, TreeRewriter[T, T], AnyRef, Any
Applies the given partial function starting from the leafs of this tree.