acceptDateTimeVisitor<T> abstract method

T acceptDateTimeVisitor<T>(
  1. TomlDateTimeVisitor<T> visitor
)

Invokes the correct visit* method for this date or time value of the given visitor.

Implementation

T acceptDateTimeVisitor<T>(TomlDateTimeVisitor<T> visitor);