DartLinkedEditBuilder class abstract

A LinkedEditBuilder used to build linked edits for Dart files.

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

Implemented types

Constructors

DartLinkedEditBuilder()

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

addSuggestion(LinkedEditSuggestionKind kind, String value) → void
Add the given value as a suggestion with the given kind.
inherited
addSuggestions(LinkedEditSuggestionKind kind, Iterable<String> values) → void
Add each of the given values as a suggestion with the given kind.
inherited
addSuperTypesAsSuggestions(DartType? type) → void
Add the given type and all of its supertypes (other than mixins) as suggestions for the current linked edit group.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(String string) → void
Add the given string to the content of the current edit.
inherited
writeln([String string]) → void
Add the given string to the content of the current edit and then add an end-of-line marker.
inherited

Operators

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