TypeName

tastyquery.Names$.TypeName
final case class TypeName(toTermName: TermName) extends Name

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Name
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asSimpleName: SimpleName

This name downcasted to a simple term name

This name downcasted to a simple term name

Attributes

Definition Classes
override def isEmpty: Boolean

Attributes

Definition Classes
override def toDebugString: String

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
override def toTypeName: TypeName

This name converted to a type name

This name converted to a type name

Attributes

Definition Classes
def wrapsObjectName: Boolean

Inherited methods

def decode: Name

Attributes

Inherited from:
Name
final def isTermName: Boolean

Attributes

Inherited from:
Name
final def isTypeName: Boolean

Attributes

Inherited from:
Name
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product