ConstructorSymbol

amyc.core.Symbols$.ConstructorSymbol
final case class ConstructorSymbol(id: Identifier, owner: ModuleSymbol, parent: Symbol) extends ApplicationSymbol

Attributes

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

Members list

Value members

Concrete methods

def info(param: List[ParameterSymbol]): ConstructorSymbol.this.type
override def param: List[ParameterSymbol]

Attributes

Definition Classes
override def rte: TypeTree

Attributes

Definition Classes

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