TypeBlockModule (original) (raw)

scala.quoted.Quotes.reflectModule.TypeBlockModule

trait TypeBlockModule

Methods of the module object val TypeBlock

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

TypeBlock.type

Members list

Value members

Abstract methods

def apply(aliases: List[TypeDef], tpt: TypeTree): TypeBlock

Attributes

Source

Quotes.scala

def copy(original: Tree)(aliases: List[TypeDef], tpt: TypeTree): TypeBlock

Attributes

Source

Quotes.scala

def unapply(x: TypeBlock): (List[TypeDef], TypeTree)

Attributes

Source

Quotes.scala