Head

esmeta.spec.Head
sealed trait Head extends SpecElem

algorithm heads

Attributes

Graph
Supertypes
trait SpecElem
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def fname: String

get function name

get function name

Attributes

def funcParams: List[Param]

get function parameters

get function parameters

Attributes

def originalParams: List[Param]

get original parameters

get original parameters

Attributes

Inherited methods

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

Definition Classes
SpecElem -> Any
Inherited from:
SpecElem

Abstract fields

val retTy: Type