CompilationInfoModule (original) (raw)
scala.quoted.Quotes.reflectModule.CompilationInfoModule
Methods of the module object val CompilationInfo
Attributes
Source
Graph
Supertypes
Self type
Members list
Are we expanding a inline
macro while typing the program?
Are we expanding a inline
macro while typing the program?
This will be true when the macro is used in a transparent inline.
Attributes
Source
Expose macro-specific settings as a list of strings. Settings can be set from command line with help of -Xmacro-settings options.
Expose macro-specific settings as a list of strings. Settings can be set from command line with help of -Xmacro-settings options.
These will be used to expand any transparent macros or any non-transparent macro that is forced to expand while expanding the transparent macro. Non-transparent macros are not guaranteed to be expanded with the same set of settings.
Attributes
Experimental
true
Source
In this article