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