abstract fun visitExpression(ctx: ExpressionContext!): T
Visit a parse tree produced by TomlParser#expression.
TomlParser#expression
ctx - ExpressionContext!: the parse tree
ctx
Return T: the visitor result