NewModule

scala.quoted.Quotes.reflectModule.NewModule
trait NewModule

Methods of the module object val New

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
New.type

Members list

Value members

Abstract methods

def apply(tpt: TypeTree): New

Create a new <tpt: TypeTree>

Create a new <tpt: TypeTree>

Attributes

Source
Quotes.scala
def copy(original: Tree)(tpt: TypeTree): New

Attributes

Source
Quotes.scala
def unapply(x: New): Some[TypeTree]

Matches new <tpt: TypeTree>

Matches new <tpt: TypeTree>

Attributes

Source
Quotes.scala