kiama.example.repmin

object Repmin

[source: kiama/example/repmin/Repmin.scala]

object Repmin
extends AnyRef
Classic repmin problem defined in an "attributes first" style. repmin is a tree with the same structure as its argument tree but with all of the leaves replaced by leaves containing the minimum leaf value from the input tree.
Value Summary
val globmin : scala.PartialFunction[Tree, Int]
val locmin : scala.PartialFunction[Tree, Int]
val repmin : scala.PartialFunction[Tree, Tree]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val locmin : scala.PartialFunction[Tree, Int]

val globmin : scala.PartialFunction[Tree, Int]

val repmin : scala.PartialFunction[Tree, Tree]