ParsedDirective

laika.rst.ext.Directives$.ParsedDirective
case class ParsedDirective(parts: Seq[Part], recursiveBlocks: SourceFragment => Result[Seq[Block]], recursiveSpans: SourceFragment => Result[Seq[Span]])

Represents the parsed but unprocessed content of a directive.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def part(key: Key): Option[SourceFragment]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product