abstract fun parseV(s: String): V?
Parser for the atomic value type.
s - the string atomic value.
s
Return the corresponding V representation.