Ident

scala.quoted.runtime.impl.QuotesImpl.reflect$.Ident$
object Ident extends IdentModule

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(tmref: TermRef): Term
def copy(original: Tree)(name: String): Ident
def unapply(tree: Ident): Some[String]

Matches a term identifier and returns its name

Matches a term identifier and returns its name

Attributes