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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product