Packages

object Expr extends java.io.Serializable

Constructor/Extractor for Expr.

Can be useful, when having a tree and wanting to splice it in reify call, in which case the tree first needs to be wrapped in an expr.

The main source of information about exprs is the scala.reflect.api.Exprs page.

Source
Exprs.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expr
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[T](mirror: Mirror[Exprs.this.type], treec: TreeCreator)(implicit arg0: Universe.WeakTypeTag[T]): Universe.Expr[T]
  2. def unapply[T](expr: Universe.Expr[T]): Option[Universe.Tree]