IdentModule

Methods of the module object val Ident

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract 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

Source:
Quotes.scala