visitSimpleKey abstract method

R visitSimpleKey(
  1. TomlSimpleKey key
)

Visits the given non-dotted key.

Implementation

R visitSimpleKey(TomlSimpleKey key);