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