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
Quotes.this.reflectModule.this.New.type

Members list

Value members

Abstract methods

def apply(tpt: Quotes.this.reflectModule.this.TypeTree): Quotes.this.reflectModule.this.New

Creates a new.

Creates a new.

Value parameters

tpt

the type tree of the class to instantiate

Attributes

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

Attributes

Source
Quotes.scala

Matches new.

Matches new.

Value parameters

x

the New to match against

Attributes

Source
Quotes.scala