acceptVisitor<T> abstract method

T acceptVisitor<T>(
  1. TomlVisitor<T> visitor
)

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

Implementation

T acceptVisitor<T>(TomlVisitor<T> visitor);