This

scala.quoted.runtime.impl.QuotesImpl.reflect$.This$
object This extends ThisModule

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(cls: Symbol): This

Create a C.this for C pointing to cls

Create a C.this for C pointing to cls

Attributes

def copy(original: Tree)(qual: Option[String]): This
def unapply(x: This): Some[Option[String]]

Matches this or qual.this and returns the name of qual

Matches this or qual.this and returns the name of qual

Attributes