Packages

object Expr extends 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
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expr
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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]