tuweni / org.apache.tuweni.toml.internal / TomlParserBaseVisitor / visitBasicChar

visitBasicChar

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.

Parameters

ctx - BasicCharContext!: the parse tree

Return
T: the visitor result