NodeVisitor class abstract

Implementers

Constructors

NodeVisitor()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited
visitElementAfter(MarkdownElement element) → void
Called when an Element has been reached, after its children have been visited.
inherited
visitElementBefore(MarkdownElement element) bool
Called when an Element has been reached, before its children have been visited.
inherited
visitText(MarkdownText text) → void
Called when a Text node has been reached.
inherited

Operators

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