Import

scala.quoted.runtime.impl.QuotesImpl.reflect$.Import$
object Import extends ImportModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Import.type

Members list

Concise view

Value members

Concrete 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

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

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