ConstructorTree

case class ConstructorTree[Tag](tag: Tag, args: List[ConstructorTree[Tag]])
Companion:
object
Source:
Selectable.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def select[Expr](sel: Selector[Expr, Tag])(implicit evaluator: Evaluator[Expr, Tag]): Option[ConstructorTree[Tag]]

Inherited methods

Inherited from:
Product