TypeSymbol

amyc.core.Symbols$.TypeSymbol
case class TypeSymbol(id: Identifier, owner: ModuleSymbol) extends Symbol

Attributes

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

Members list

Value members

Inherited methods

final def fullName: String

Attributes

Inherited from:
Symbol
final def name: String

Attributes

Inherited from:
Symbol
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product