visitOptClause

open fun visitOptClause(ctx: PrologParser.OptClauseContext): T

Visit a parse tree produced by PrologParser#optClause.

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