YamlLinkedEditBuilder class abstract
A LinkedEditBuilder used to build linked edits for YAML files.
Clients may not extend, implement or mix-in this class.
- Implemented types
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
.inherited -
addSuggestions(
LinkedEditSuggestionKind kind, Iterable< String> values) → void -
Add each of the given
values
as a suggestion with the givenkind
.inherited -
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