TomlDateTimeVisitorMixin<R> mixin

Mixin that adds a visitDateTime method to classes implementing TomlDateTimeVisitor that automatically selects the appropriate visitor method using TomlDateTime.acceptDateTimeVisitor.

This class is usually used when the visitor also implements the TomlValueVisitor interface to provide a default implementation for TomlValueVisitor.visitDateTime.

Implemented types
Mixin Applications

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
visitDateTime(TomlDateTime value) → R
Visits the given value.
visitLocalDate(TomlLocalDate localDate) → R
Visits the given local date value.
inherited
visitLocalDateTime(TomlLocalDateTime localDateTime) → R
Visits the given local date-time value.
inherited
visitLocalTime(TomlLocalTime localTime) → R
Visits the given local time value.
inherited
visitOffsetDateTime(TomlOffsetDateTime offsetDateTime) → R
Visits the given offset date-time value.
inherited

Operators

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