All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.meta.transversers.SimpleTraverser.scala Maven / Gradle / Ivy

There is a newer version: 4.12.2
Show newest version
package scala.meta
package transversers

class SimpleTraverser {
  def apply(tree: Tree): Unit = tree.children.foreach(apply)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy