Macros
replpp.shaded.sourcecode.Macros
object Macros
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Macros.type
Members list
Value members
Concrete methods
def findOwner(using Quotes)(owner: x$1.reflect.Symbol, skipIf: x$1.reflect.Symbol => Boolean): x$1.reflect.Symbol
In Scala 3, macro mcr()
is expanded to:
In Scala 3, macro mcr()
is expanded to:
val macro = ... macro
Where n is an ordinal. This method returns the first owner that is not such a synthetic variable.
Attributes
In this article