TomlValueVisitor<R> class abstract

Interface for visitors of TomlValues.

Implementers

Constructors

TomlValueVisitor()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visitArray(TomlArray array) → R
Visits the given array value.
visitBoolean(TomlBoolean boolean) → R
Visits the given boolean value.
visitDateTime(TomlDateTime dateTime) → R
Visits the given date or time value.
visitFloat(TomlFloat float) → R
Visits the given floating point number.
visitInlineTable(TomlInlineTable inlineTable) → R
Visits the given inline table.
visitInteger(TomlInteger integer) → R
Visits the given integer.
visitString(TomlString string) → R
Visits the given string value.

Operators

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