acceptStringVisitor<T> abstract method

T acceptStringVisitor<T>(
  1. TomlStringVisitor<T> visitor
)

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

Implementation

T acceptStringVisitor<T>(TomlStringVisitor<T> visitor);