acceptSimpleKeyVisitor<T> abstract method

T acceptSimpleKeyVisitor<T>(
  1. TomlSimpleKeyVisitor<T> visitor
)

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

Implementation

T acceptSimpleKeyVisitor<T>(TomlSimpleKeyVisitor<T> visitor);