visitValue abstract method

R visitValue(
  1. TomlValue value
)

Visits the given value.

Implementation

R visitValue(TomlValue value);