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
Quotes.this.reflectModule.this.This.type

Members list

Value members

Abstract methods

def apply(cls: Quotes.this.reflectModule.this.Symbol): Quotes.this.reflectModule.this.This

Creates a C.this for C pointing to cls.

Creates a C.this for C pointing to cls.

Attributes

Source
Quotes.scala
def copy(original: Quotes.this.reflectModule.this.Tree)(qual: Option[String]): Quotes.this.reflectModule.this.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