TypeBlockModule (original) (raw)
scala.quoted.Quotes.reflectModule.TypeBlockModule
trait TypeBlockModule
Methods of the module object val TypeBlock
Attributes
Source
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
def copy(original: Tree)(aliases: List[TypeDef], tpt: TypeTree): TypeBlock
Attributes
Source
def unapply(x: TypeBlock): (List[TypeDef], TypeTree)
Attributes
Source