FunctionDef

E.FunctionDef
final case class FunctionDef(name: Option[String], argNames: List[String], useRefs: List[VariableIdent], body: E, mods: List[Mod])

Attributes

Source
macros.scala

Members list

Value members

Inherited methods

def concat(right: E): E

Attributes

Inherited from:
E
Source
macros.scala

Attributes

Inherited from:
E
Source
macros.scala
def prefixAsBlock(another: E): Block

Attributes

Inherited from:
E
Source
macros.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def returned: E

Attributes

Inherited from:
E
Source
macros.scala
def unblockOr(fallback: => E): E

Attributes

Inherited from:
E
Source
macros.scala