acceptValueVisitor<T> abstract method

T acceptValueVisitor<T>(
  1. TomlValueVisitor<T> visitor
)

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

Implementation

T acceptValueVisitor<T>(TomlValueVisitor<T> visitor);