TypeBoundsTreeModule (original) (raw)
scala.quoted.Quotes.reflectModule.TypeBoundsTreeModule
trait TypeBoundsTreeModule
Methods of the module object val TypeBoundsTree
Attributes
Source
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
def copy(original: Tree)(low: TypeTree, hi: TypeTree): TypeBoundsTree
Attributes
Source
def unapply(x: TypeBoundsTree): (TypeTree, TypeTree)
Attributes
Source