scala.quoted.Quotes.reflectModule.ImportModule
Methods of the module object val Import.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates an Import with the given qualifier and selectors.
Creates an Import with the given qualifier and selectors.
Value parameters
- expr
-
the qualifier term being imported from
- selectors
-
the list of import selectors
Attributes
- Source
-
Quotes.scala
Copies an Import with the given qualifier and selectors.
Copies an Import with the given qualifier and selectors.
Value parameters
- expr
-
the qualifier term being imported from
- original
-
the original tree being copied
- selectors
-
the list of import selectors
Attributes
- Source
-
Quotes.scala
Matches an Import and extracts the qualifier and selectors.
Matches an Import and extracts the qualifier and selectors.
Value parameters
- tree
-
the import tree to match against
Attributes
- Source
-
Quotes.scala