EnumListCompanion

laika.ast.EnumListCompanion

Base trait for companions that create EnumList instances.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EnumList.type

Members list

Type members

Types

Value members

Concrete methods

def apply(block: Seq[Block], blocks: Seq[Block]*): ContainerType

Create an instance containing one or more list items comprised of any number of blocks each.

Create an instance containing one or more list items comprised of any number of blocks each.

Attributes

override protected def createSpanContainer(spans: Seq[Span]): ContainerType

Attributes

Definition Classes
def startIndex: Int

Inherited methods

def apply(block: Block, blocks: Block*): ContainerType

Create an instance containing one or more blocks

Create an instance containing one or more blocks

Attributes

Inherited from:
BlockContainerCompanion
def apply(span: Span, spans: Span*): ContainerType

Create an instance containing one or more spans

Create an instance containing one or more spans

Attributes

Inherited from:
SpanContainerCompanion
def apply(text: String, texts: String*): ContainerType

Create an instance only containing only one or more Text spans

Create an instance only containing only one or more Text spans

Attributes

Inherited from:
SpanContainerCompanion
override def empty: ContainerType

Creates an empty instance

Creates an empty instance

Attributes

Definition Classes
Inherited from:
BlockContainerCompanion