SingletonTypeTree

tastyquery.Trees$.SingletonTypeTree
final case class SingletonTypeTree(ref: TermTree)(span: Span) extends TypeTree

ref.type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TypeTree
class TypeArgTree
class Tree
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final override def withSpan(span: Span): SingletonTypeTree

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
TypeTree
final def toType: Type

Attributes

Inherited from:
TypeTree
final def toTypeOrWildcard: Type

Attributes

Inherited from:
TypeTree
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