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

Members list

Value members

Abstract methods

def apply(expr: Tree, tpt: TypeTree): TypedOrTest

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

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

Attributes

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

Attributes

Source
Quotes.scala

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

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

Attributes

Source
Quotes.scala