SpanParserBuilderOps

laika.bundle.SpanParserBuilderOps
case class SpanParserBuilderOps(parserFactory: RecursiveSpanParsers => PrefixedParser[Span], recursive: Boolean, precedence: Precedence) extends SpanParserBuilder

Builder API for span parsers that allows to set the parser precedence.

Attributes

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

Members list

Value members

Concrete methods

Builds a parser definition lazily by passing the recursive parsers of the host language.

Builds a parser definition lazily by passing the recursive parsers of the host language.

Attributes

Indicates that this parser should only be applied after all built-in parsers have failed on a specific markup element.

Indicates that this parser should only be applied after all built-in parsers have failed on a specific markup element.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product