BlockSyntax class abstract
Constructors
- BlockSyntax()
-
const
Properties
- canEndBlock → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pattern → RegExp?
-
Gets the regex used to identify the beginning of this block, if any.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canParse(
BlockParser parser) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BlockParser parser) → Node? -
parseChildLines(
BlockParser parser) → List< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
generateAnchorHash(
Element element) → String -
Generates a valid HTML anchor from the inner text of
element
. -
isAtBlockEnd(
BlockParser parser) → bool -
Gets whether or not
parser
's current line should end the previous block.