FunctionSymbol

amyc.core.Symbols$.FunctionSymbol
final case class FunctionSymbol(id: Identifier, owner: ModuleSymbol, mods: List[String]) 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], rte: TypeTree): FunctionSymbol.this.type
infix def is(mod: String): Boolean
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

Concrete fields

override val 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.