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

visitLiteralString

open fun visitLiteralString(ctx: LiteralStringContext!): T (source)

Visit a parse tree produced by TomlParser#literalString.

The default implementation returns the result of calling #visitChildren on ctx.

Parameters

ctx - LiteralStringContext!: the parse tree

Return
T: the visitor result