TaskListSyntax class
Parse task list items.
- Inheritance
- Object
- InlineSyntax
- TaskListSyntax
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
onMatch(
InlineParser parser, Match match) → bool -
Processes
match
, adding nodes toparser
and possibly advancingparser
. [...]override -
toString(
) → String -
Returns a string representation of this object.
inherited
-
tryMatch(
InlineParser parser, [int startMatchPos]) → bool -
Tries to match at the parser's current position. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited