open fun visitBasicString(ctx: BasicStringContext!): T
(source)
Visit a parse tree produced by TomlParser#basicString
.
The default implementation returns the result of calling #visitChildren
on ctx
.
ctx
- BasicStringContext!: the parse tree
Return
T: the visitor result