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

visitExpression

abstract fun visitExpression(ctx: ExpressionContext): T (source)

Visit a parse tree produced by TomlParser#expression.

Parameters

ctx - the parse tree

Return
the visitor result