TableSyntax class
Parses tables.
- Inheritance
-
- Object
- BlockSyntax
- TableSyntax
Constructors
- TableSyntax()
-
const
Properties
Methods
-
canEndBlock(
BlockParser parser) → bool -
override
-
canParse(
BlockParser parser) → bool -
override
-
escapeForward(
BlockParser parser, String line, int index) → int -
Escapes the character at
index
, if necessary, by returning the next index to continue the splitting of a row. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BlockParser parser) → Node? -
Parses a table into its three parts:
override
-
parseChildLines(
BlockParser parser) → List< String?> -
inherited
-
processCellContent(
BlockParser parser, String cellContent) → String -
Processes the given cell content (
cellContent
). It is a callback for subclasses to pre-process the cell's content -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited