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

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

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

/**
 * EXPERIMENTAL
 *
 *  The base package for Scala macros.
 *
 *  Macros are functions that are called by the compiler during compilation.
 *  Within these functions the programmer has access to compiler APIs exposed in [[scala.reflect.macros.Context]].
 *  For example, it is possible to generate, analyze and typecheck code.
 *
 *  See the [[http://docs.scala-lang.org/overviews/macros.html Macros Guide]] on how to get started with Scala macros.
 */
package object macros {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy