ThisModule

scala.quoted.Quotes.reflectModule.ThisModule
trait ThisModule

Methods of the module object val This

Attributes

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

Members list

Value members

Abstract 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

Source
Quotes.scala
def copy(original: Tree)(qual: Option[String]): This

Attributes

Source
Quotes.scala

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

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

Attributes

Source
Quotes.scala