tuweni / org.apache.tuweni.toml.internal / TomlParserVisitor / visitLiteralBody

visitLiteralBody

abstract fun visitLiteralBody(ctx: LiteralBodyContext!): T (source)

Visit a parse tree produced by TomlParser#literalBody.

Parameters

ctx - LiteralBodyContext!: the parse tree

Return
T: the visitor result