visitKey abstract method

R visitKey(
  1. TomlKey key
)

Visits the given dotted key.

Implementation

R visitKey(TomlKey key);