TypeTree

sealed abstract
class TypeTree(span: Span) extends Tree
class Tree
class Object
trait Matchable
class Any

Value members

Abstract methods

protected
def withSpan(span: Span): TypeTree

Concrete methods

final
def toType(using Context): Type

Inherited methods

def walkTree(op: Tree => Unit): Unit
Inherited from
Tree
def walkTree[R](op: Tree => R)(reduce: (R, R) => R, default: => R): R
Inherited from
Tree