LinkedEditBuilder class abstract
A builder used to build a LinkedEdit
region within an edit.
Clients may not extend, implement or mix-in this class.
- Implementers
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
-
addSuggestion(
LinkedEditSuggestionKind kind, String value) → void -
Add the given
value
as a suggestion with the givenkind
. -
addSuggestions(
LinkedEditSuggestionKind kind, Iterable< String> values) → void -
Add each of the given
values
as a suggestion with 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
-
write(
String string) → void -
Add the given
string
to the content of the current edit. -
writeln(
[String string]) → void -
Add the given
string
to the content of the current edit and then add an end-of-line marker.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited