TypedOrTestModule

scala.quoted.Quotes.reflectModule.TypedOrTestModule

Methods of the module object val TypedOrTest.

Attributes

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

Members list

Value members

Abstract methods

def apply(expr: Quotes.this.reflectModule.this.Tree, tpt: Quotes.this.reflectModule.this.TypeTree): Quotes.this.reflectModule.this.TypedOrTest

Creates a type ascription <x: Tree>: <tpt: TypeTree>.

Creates a type ascription <x: Tree>: <tpt: TypeTree>.

Attributes

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

Attributes

Source
Quotes.scala

Matches <expr: Tree>: <tpt: TypeTree>.

Matches <expr: Tree>: <tpt: TypeTree>.

Attributes

Source
Quotes.scala