TypeTree

tastyquery.Trees$.TypeTree
sealed abstract class TypeTree(span: Span) extends TypeArgTree

Attributes

Graph
Supertypes
class TypeArgTree
class Tree
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

protected def calculateType: NonEmptyPrefix
def withSpan(span: Span): TypeTree

Concrete methods

final def toType: Type
final def toTypeOrWildcard: Type

Inherited methods

def walkTree(op: Tree => Unit): Unit

Attributes

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

Attributes

Inherited from:
Tree