ImportModule

Methods of the module object val Import

Source:
Quotes.scala
class Object
trait Matchable
class Any

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

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

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

Source:
Quotes.scala