Delimiter class abstract

A delimiter indicating the possible "open" or possible "close" of a tag for a DelimiterSyntax.

Implementers

Constructors

Delimiter()

Properties

canClose → bool
Whether this delimiter can close emphasis or strong emphasis.
no setter
canOpen → bool
Whether this delimiter can open emphasis or strong emphasis.
no setter
char → int
The type of delimiter.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isActive ↔ bool
Whether the delimiter is active.
getter/setter pair
length → int
The number of delimiters.
no setter
node ↔ Text
The Text node representing the plain text representing this delimiter.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
syntax → DelimiterSyntax
The syntax which uses this delimiter to parse a tag.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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