visitClause

open fun visitClause(ctx: PrologParser.ClauseContext): T

Visit a parse tree produced by PrologParser#clause.

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