IdentModule

scala.quoted.Quotes.reflectModule.IdentModule
trait IdentModule

Methods of the module object val Ident

Attributes

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

Members list

Value members

Abstract methods

def apply(tmref: TermRef): Term

Attributes

Source
Quotes.scala
def copy(original: Tree)(name: String): Ident

Attributes

Source
Quotes.scala
def unapply(tree: Ident): Some[String]

Matches a term identifier and returns its name

Matches a term identifier and returns its name

Attributes

Source
Quotes.scala