Class

E.Class
final case class Class(name: String, fields: List[Field], methods: List[E])

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