Returns the symbol currently on the top of the owner stack. If we're not inside any atOwner
call, then macro application's context owner will be used.
Calls the default transformer on the given tree. Default transformer = recur into tree's children and assemble the results.
Calls the current transformer on the given tree. Current transformer = argument to the transform
call.
Typechecks the given tree using the local typer currently on the top of the owner stack. If we're not inside any atOwner
call, then macro application's callsite typer will be used.
© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/macros/Internals$ContextInternalApi$TypingTransformApi.html
Functions that are available during typingTransform.
typingTransform