FoldingCollector class abstract

An object that FoldingContributors use to record folding regions.

Clients may not extend, implement or mix-in this class.

Constructors

FoldingCollector()

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

addRange(SourceRange range, FoldingKind kind) → void
Record a new folding region corresponding to the given range that has the given kind.
addRegion(int offset, int length, FoldingKind kind) → void
Record a new folding region with the given offset and length that has the given kind.
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