visitExpression

abstract fun visitExpression(ctx: PrologParser.ExpressionContext): T

Visit a parse tree produced by expression.

Return

the visitor result

Parameters

ctx

the parse tree