All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.reflect.macros.Exprs.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package scala.reflect
package macros

trait Exprs {
  self: Context =>

  def Expr[T: AbsTypeTag](tree: Tree): Expr[T]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy