ParameterSymbol

amyc.core.Symbols$.ParameterSymbol
case class ParameterSymbol(id: Identifier, owner: ApplicationSymbol, tpe: TypeTree) extends Symbol

Used for function parameters

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