CapturedTree

case class CapturedTree[OutTag](name: String, inner: Rhs[OutTag]) extends Rhs[OutTag]

Builds a tree with the captured node tag in pattern.

Source:
Rhs.scala
trait Product
trait Equals
trait Rhs[OutTag]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product