FoldingCollector class abstract
An object that FoldingContributors use to record folding regions.
Clients may not extend, implement or mix-in this class.
Constructors
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 givenkind
. -
addRegion(
int offset, int length, FoldingKind kind) → void -
Record a new folding region with the given
offset
andlength
that has the givenkind
. -
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