TypedModule

scala.quoted.Quotes.reflectModule.TypedModule
trait TypedModule

Methods of the module object val Typed.

Attributes

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

Members list

Value members

Abstract methods

def apply(expr: Quotes.this.reflectModule.this.Term, tpt: Quotes.this.reflectModule.this.TypeTree): Quotes.this.reflectModule.this.Typed

Creates a type ascription :.

Creates a type ascription :.

Value parameters

expr

the expression being ascribed

tpt

the type tree for the ascription

Attributes

Source
Quotes.scala
def copy(original: Quotes.this.reflectModule.this.Tree)(expr: Quotes.this.reflectModule.this.Term, tpt: Quotes.this.reflectModule.this.TypeTree): Quotes.this.reflectModule.this.Typed

Attributes

Source
Quotes.scala

Matches :.

Matches :.

Value parameters

x

the Typed to match against

Attributes

Source
Quotes.scala