ImportModule
scala.quoted.Quotes.reflectModule.ImportModule
trait ImportModule
Methods of the module object val Import
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
def apply(expr: Quotes.this.reflectModule.this.Term, selectors: List[Quotes.this.reflectModule.this.Selector]): Quotes.this.reflectModule.this.Import
Create an Import
with the given qualifier and selectors
def copy(original: Quotes.this.reflectModule.this.Tree)(expr: Quotes.this.reflectModule.this.Term, selectors: List[Quotes.this.reflectModule.this.Selector]): Quotes.this.reflectModule.this.Import
Copy an Import
with the given qualifier and selectors
def unapply(tree: Quotes.this.reflectModule.this.Import): (Quotes.this.reflectModule.this.Term, List[Quotes.this.reflectModule.this.Selector])
Matches an Import
and extracts the qualifier and selectors
In this article