ExportModule

scala.quoted.Quotes.reflectModule.ExportModule
trait ExportModule

Methods of the module object val Export.

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.Export.type

Members list

Value members

Abstract methods

def unapply(tree: Quotes.this.reflectModule.this.Export): (Quotes.this.reflectModule.this.Term, List[Quotes.this.reflectModule.this.Selector])

Matches an Export and extracts the qualifier and selectors.

Matches an Export and extracts the qualifier and selectors.

Attributes

Source
Quotes.scala