InlineSyntax class abstract

Represents one kind of Markdown tag that can be parsed.

Inheritance

Constructors

InlineSyntax(RegExp pattern, {int? startCharacter})
Create a new InlineSyntax which matches text on pattern.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
pattern RegExp
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(InlineParser parser, Match match) InlineObject?
Possibly creating a Node and advancing parser.
toString() String
A string representation of this object.
inherited
tryMatch(InlineParser parser, [int? start]) Match?
Tries to match at the postion start if is offered, otherwise start matching from parser's current position.

Operators

operator ==(Object other) bool
The equality operator.
inherited