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
Typed.type

Members list

Value members

Abstract methods

def apply(expr: Term, tpt: TypeTree): Typed

Create a type ascription <x: Term>: <tpt: TypeTree>

Create a type ascription <x: Term>: <tpt: TypeTree>

Attributes

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

Attributes

Source
Quotes.scala
def unapply(x: Typed): (Term, TypeTree)

Matches <expr: Term>: <tpt: TypeTree>

Matches <expr: Term>: <tpt: TypeTree>

Attributes

Source
Quotes.scala