ImportModule

scala.quoted.Quotes.reflectModule.ImportModule
trait ImportModule

Methods of the module object val Import

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Import.type

Members list

Value members

Abstract methods

def apply(expr: Term, selectors: List[Selector]): Import

Create an Import with the given qualifier and selectors

Create an Import with the given qualifier and selectors

Attributes

Source
Quotes.scala
def copy(original: Tree)(expr: Term, selectors: List[Selector]): Import

Copy an Import with the given qualifier and selectors

Copy an Import with the given qualifier and selectors

Attributes

Source
Quotes.scala
def unapply(tree: Import): (Term, List[Selector])

Matches an Import and extracts the qualifier and selectors

Matches an Import and extracts the qualifier and selectors

Attributes

Source
Quotes.scala