visitUnquotedKey abstract method

R visitUnquotedKey(
  1. TomlUnquotedKey key
)

Visits the given unquoted key.

Implementation

R visitUnquotedKey(TomlUnquotedKey key);