EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
EXPERIMENTAL
Indicates an error during scala.reflect.macros.Parsers#parse.
EXPERIMENTAL
Indicates an expected error during one of the reifyXXX
methods in scala.reflect.macros.Reifiers.
EXPERIMENTAL
EXPERIMENTAL
Indicates an error during one of the methods in scala.reflect.macros.Typers.
EXPERIMENTAL
Indicates an unexpected expected error during one of the reifyXXX
methods in scala.reflect.macros.Reifiers.
EXPERIMENTAL
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 Macros Guide on how to get started with Scala macros.