DerivedName

tastyquery.Names$.DerivedName
abstract class DerivedName(val underlying: TermName) extends TermName

Attributes

Graph
Supertypes
class TermName
class Name
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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

Inherited methods

Attributes

Inherited from:
Name
final def isTermName: Boolean

Attributes

Inherited from:
Name
final def isTypeName: Boolean

Attributes

Inherited from:
Name

Attributes

Inherited from:
TermName
def tag: Int

Attributes

Inherited from:
TermName
def toDebugString: String

Attributes

Inherited from:
Name
override def toTermName: TermName

This name converted to a term name

This name converted to a term name

Attributes

Definition Classes
Inherited from:
TermName

Attributes

Inherited from:
TermName

Concrete fields

Inherited fields

lazy override val toTypeName: TypeName

This name converted to a type name

This name converted to a type name

Attributes

Inherited from:
TermName