visitOptExpression

open fun visitOptExpression(ctx: PrologParser.OptExpressionContext): T

Visit a parse tree produced by PrologParser#optExpression.

The default implementation returns the result of calling visitChildren on {@code ctx}.