DeepFolder
dotty.tools.dotc.ast.Trees.Instance.DeepFolder
class DeepFolder[X](f: (X, Tree) => X) extends TreeAccumulator[X]
Fold f
over all tree nodes, in depth-first, prefix order
Attributes
- Graph
-
- Supertypes
Members list
In this article