SuperModule

scala.quoted.Quotes.reflectModule.SuperModule
trait SuperModule

Methods of the module object val Super.

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.Super.type

Members list

Value members

Abstract methods

def apply(qual: Quotes.this.reflectModule.this.Term, mix: Option[String]): Quotes.this.reflectModule.this.Super

Creates a .super[.

Creates a .super[.

Value parameters

mix

the optional mixin class name for super[mix]

qual

the qualifier term

Attributes

Source
Quotes.scala
def copy(original: Quotes.this.reflectModule.this.Tree)(qual: Quotes.this.reflectModule.this.Term, mix: Option[String]): Quotes.this.reflectModule.this.Super

Attributes

Source
Quotes.scala

Matches a .super[.

Matches a .super[.

Value parameters

x

the Super to match against

Attributes

Source
Quotes.scala