TypeBoundsTreeModule (original) (raw)

scala.quoted.Quotes.reflectModule.TypeBoundsTreeModule

trait TypeBoundsTreeModule

Methods of the module object val TypeBoundsTree

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

TypeBoundsTree.type

Members list

Value members

Abstract methods

def apply(low: TypeTree, hi: TypeTree): TypeBoundsTree

Attributes

Source

Quotes.scala

def copy(original: Tree)(low: TypeTree, hi: TypeTree): TypeBoundsTree

Attributes

Source

Quotes.scala

def unapply(x: TypeBoundsTree): (TypeTree, TypeTree)

Attributes

Source

Quotes.scala